Branch Coverage

blib/lib/TAP/Harness/Env.pm
Criterion Covered Total %
branch 11 30 36.6


line true false branch
26 0 0 if $seen{$dir}++
28 0 0 if ($dir eq ($default_inc[0] || '')) { }
44 0 0 if @inc
58 3 2 unless shift()
60 5 0 unless delete $input{'libs'}
61 5 0 unless delete $input{'switches'}
66 0 10 if ($opt =~ /^ -I (.*) $ /x) { }
67 0 0 length $1 ? :
83 0 0 !($ENV{'HARNESS_VERBOSE'} =~ /\d/) ? :
0 5 $ENV{'HARNESS_VERBOSE'} ? :
95 1 4 if (defined(my $env_opt = $ENV{'HARNESS_OPTIONS'}))
97 1 1 if ($opt =~ /^j(\d*)$/) { }
1 0 elsif ($opt eq 'c') { }
0 0 elsif ($opt =~ /^f(.*)$/) { }
0 0 elsif ($opt =~ /^a(.*)$/) { }