File tree Expand file tree Collapse file tree 6 files changed +12
-9
lines changed Expand file tree Collapse file tree 6 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 33--cover branch --unwind 6
44^EXIT=0$
55^SIGNAL=0$
6- ^\*\* 23 of 23 covered (100.0%), using .* iterations $
6+ ^\*\* 23 of 23 covered (100.0%)$
77--
88^warning: ignoring
Original file line number Diff line number Diff line change 33--cover branch
44^EXIT=0$
55^SIGNAL=0$
6- ^\*\* 1 of 1 covered (100.0%), using 1 iteration $
6+ ^\*\* 1 of 1 covered (100.0%)$
77--
88^warning: ignoring
Original file line number Diff line number Diff line change 66^\[main.coverage.1] file main.c line 8 function main condition .*: SATISFIED$
77^\[main.coverage.2] file main.c line 9 function main condition .*: SATISFIED$
88^\[main.coverage.3] file main.c line 13 function main condition .*: FAILED$
9- ^\*\* 2 of 3 covered (66.7%), using .* iterations $
9+ ^\*\* 2 of 3 covered (66.7%)$
1010--
1111^warning: ignoring
Original file line number Diff line number Diff line change 33--cover decision
44^EXIT=0$
55^SIGNAL=0$
6- ^\*\* 2 of 2 covered (100.0%), using 2 iterations $
6+ ^\*\* 2 of 2 covered (100.0%)$
77--
88^warning: ignoring
Original file line number Diff line number Diff line change 33--cover mcdc
44^EXIT=0$
55^SIGNAL=0$
6- ^\*\* .* of .* covered (100.0%), using 6 iterations$
6+ ^\*\* .* of .* covered (100.0%)$
7+ ^\*\* Used 6 iterations$
78--
89^warning: ignoring
Original file line number Diff line number Diff line change @@ -468,10 +468,12 @@ bool bmc_covert::operator()()
468468 << " of " << goal_map.size () << " covered ("
469469 << std::fixed << std::setw (1 ) << std::setprecision (1 )
470470 << (goal_map.empty ()?100.0 :100.0 *goals_covered/goal_map.size ())
471- << " %), using "
472- << cover_goals.iterations () << " iteration"
473- << (cover_goals.iterations ()==1 ?" " :" s" )
474- << eom;
471+ << " %)" << eom;
472+
473+ statistics () << " ** Used "
474+ << cover_goals.iterations () << " iteration"
475+ << (cover_goals.iterations ()==1 ?" " :" s" )
476+ << eom;
475477
476478 if (bmc.ui ==ui_message_handlert::PLAIN)
477479 {
You can’t perform that action at this time.
0 commit comments