Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
5873b2a3
Commit
5873b2a3
authored
5 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] User manual: a few more details about the summary.
parent
e0140a1a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/value/main.tex
+15
-5
15 additions, 5 deletions
doc/value/main.tex
with
15 additions
and
5 deletions
doc/value/main.tex
+
15
−
5
View file @
5873b2a3
...
...
@@ -1913,7 +1913,7 @@ which causes them to be emitted.
\subsection
{
Analysis summary
}
By default, a
t the end of the analysis
\Eva
{}
produces a summary such as the
A
t the end of the analysis
,
\Eva
{}
produces a summary such as the
following:
\begin{logs}
...
...
@@ -1939,15 +1939,25 @@ following:
It contains:
\begin{itemize}
\item
semantic coverage metrics;
\item
total number of errors and warnings;
\item
total number of alarms, grouped by kind;
\item
total number of property statuses evaluated by
\Eva
{}
.
\item
semantic coverage metrics, with the number of functions and
statements analyzed;
\item
total number of errors and warnings, pointing out potential issues that
could jeopardize the correction of the analysis;
\item
total number of alarms emitted by the analysis, grouped by kind;
\item
total number of logical properties (assertions and preconditions at each call-site)
proven by the analysis.
Note that this only indicates the logical statuses evaluated by
\Eva
{}
;
some logical properties may have been proven by other plugins.
\end{itemize}
The summary provides a quick glance at the analysis, being especially useful
for side-by-side comparisons of different parametrizations. It also allows
one to quickly determine whether there remain issues to be resolved.
More detailed information is provided through the graphical interface and
by the Report plugin.
The summary display can be disabled by using option
\lstinline
|-eva-msg-key=-summary|.
\section
{
About these alarms the user is supposed to check
\ldots
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment