Branch Coverage

blib/lib/Test/Parser/KernelBuild.pm
Criterion Covered Total %
branch 15 16 93.7


line true false branch
109 1 2877 if ($line =~ /^make .*?config/) { }
1 2876 elsif ($line =~ /^make bzImage/) { }
2 2874 elsif ($line =~ /^make /) { }
125 1 2877 if ($line =~ /^Using default config file '(.+)'$/ and not defined $$self{'config_file'}) { }
1477 1400 elsif ($$self{'_state'} eq 'build') { }
132 1438 39 if ($line =~ /^\s\s([A-Z]+) /) { }
0 39 elsif ($line =~ /error\:/) { }
19 20 elsif ($line =~ /warning\:/) { }