Skip to content
Snippets Groups Projects
Commit e5e9ba1b authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[tests] restore ./src/plugin/markdown-report/tests from master

parent 07f2c3ba
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,25 @@ that have been considered during the analysis are the following:
## Configuration {#options}
### Eva Domains {#domains}
Only the base domain (`cvalue`) has been used for the analysis
### Stubbed Functions {#stubs}
No stubs have been used for this analysis
# Coverage {#coverage}
There are 6 function definitions that are not stubbed. They represent 50 statements, of which 50 are potentially reachable through Eva, resulting in a **statement coverage of 100.0%** with respect to the entire application.
There were potentially 6 functions syntactically reachable from main.
These functions contain 50 statements, of which 50 are potentially reachable according to Eva, resulting in a **statement coverage of 100.0%** with respect to the perimeter set by this entry point.
# Warnings {#warnings}
The table below lists the warning that have been emitted by the analyzer.
......
[kernel] Parsing cwe125.c (with preprocessing)
[kernel:typing:implicit-function-declaration] cwe125.c:27: Warning:
Calling undeclared function printf. Old style K&R code?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment