Searched refs:GCOV_PERL (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/make/
H A DMakefile32 GCOV_PERL= if (/^File '(?:.*\/)?(\S+)'/) { macro
33 GCOV_PERL+= $$file = $$1; $$func = "";
34 GCOV_PERL+= } elsif (/^Function '(\S+)'/) {
35 GCOV_PERL+= $$func = $$1;
36 GCOV_PERL+= } elsif (/^Lines executed:(\d+\.\d+)% of (\d+)/ && defined($$file)) {
37 GCOV_PERL+= my ($$percent, $$lines) = ($$1, $$2);
38 GCOV_PERL+= my $$uncovered =
39 GCOV_PERL+= $$percent eq '100.00' ? '0'
40 GCOV_PERL+= : $$file =~ /\.h$$/ ? '?'
41 GCOV_PERL
[all...]

Completed in 171 milliseconds