citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 7fb5cbb5e51f4d5db2129f9f3b139a6dd9409a60
parent 055aa10e572ac5718337750dc466a4866589644b
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 11 Aug 2016 18:15:08 -0600

tt: update counts after only instrumenting in main change

Diffstat:
Mtt/ccitrunrun.t | 19+++++++++----------
Mtt/mutt.t | 10+++++-----
Mtt/nvi.t | 18+++++++++---------
Mtt/openssl.t | 16++++++++--------
4 files changed, 31 insertions(+), 32 deletions(-)

diff --git a/tt/ccitrunrun.t b/tt/ccitrunrun.t @@ -78,16 +78,15 @@ Totals: 5350 Lines of source code 736 Lines of instrumentation header 3 Functions called 'main' - 95180 Function definitions - 7819 If statements - 477 For loops - 216 While loops - 3 Do while loops - 265 Switch statements - 45362 Return statement values - 65866 Call expressions - 1021314 Total statements - 73094 Errors rewriting source + 56064 Function definitions + 226 If statements + 33 For loops + 12 While loops + 4 Switch statements + 99 Return statement values + 1248 Call expressions + 22349 Total statements + 184 Errors rewriting source EOF system("$ENV{CITRUN_TOOLS}/citrun-check /usr/ports/pobj/ccitrunrun-* > check.out"); diff --git a/tt/mutt.t b/tt/mutt.t @@ -139,14 +139,14 @@ Totals: 6976 Lines of instrumentation header 102 Functions called 'main' 4199 Function definitions - 7746 If statements + 7536 If statements 658 For loops - 568 While loops + 470 While loops 52 Do while loops 147 Switch statements - 3279 Return statement values - 12037 Call expressions - 431223 Total statements + 2715 Return statement values + 11739 Call expressions + 376507 Total statements 5826 Errors rewriting source EOF diff --git a/tt/nvi.t b/tt/nvi.t @@ -151,15 +151,15 @@ Totals: 3680 Lines of instrumentation header 2 Functions called 'main' 2102 Function definitions - 3399 If statements - 363 For loops - 62 While loops - 14 Do while loops - 171 Switch statements - 1909 Return statement values - 3488 Call expressions - 239351 Total statements - 3277 Errors rewriting source + 3255 If statements + 347 For loops + 58 While loops + 12 Do while loops + 161 Switch statements + 1728 Return statement values + 3476 Call expressions + 215219 Total statements + 3118 Errors rewriting source EOF system("$ENV{CITRUN_TOOLS}/citrun-check /usr/ports/pobj/nvi-* > check.out"); diff --git a/tt/openssl.t b/tt/openssl.t @@ -705,7 +705,7 @@ $viewer->close(); open( my $fh, ">", "check.good" ); print $fh <<EOF; -Checking ...done +Checking ...........................................................done Summary: 58 Log files found @@ -721,15 +721,15 @@ Totals: 24064 Lines of instrumentation header 43 Functions called 'main' 10574 Function definitions - 25212 If statements - 1486 For loops + 25118 If statements + 1482 For loops 476 While loops 76 Do while loops - 334 Switch statements - 10801 Return statement values - 31196 Call expressions - 2611342 Total statements - 16412 Errors rewriting source + 333 Switch statements + 10646 Return statement values + 30962 Call expressions + 1770286 Total statements + 16352 Errors rewriting source EOF system("$ENV{CITRUN_TOOLS}/citrun-check /usr/ports/pobj/openssl-* > check.out");