| LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : #include "sute.h" 2 : : 3 : 1 : Return comprehensive_system_testing(void) 4 : : { 5 : 1 : INITTEST; 6 : : 7 : 1 : enum run_mode prev_run_mode = run_external; 8 : : 9 [ + - ]: 1 : run_external = EXTERNAL_CALL; 10 : : 11 : : #include "comprehensive_unit_and_system_testing.cc" 12 : : 13 : 1 : run_external = prev_run_mode; 14 : : 15 [ + - - + : 1 : RETURN_STATUS; - - - + + - ] 16 : : } |
| Generated by: LCOV version 2.0-1 |