Branch Coverage

blib/lib/TAP/Harness/Env.pm
Criterion Covered Total %
branch 6 30 20.0


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 0 2 unless shift()
60 2 0 unless delete $input{'libs'}
61 2 0 unless delete $input{'switches'}
66 0 4 if ($opt =~ /^ -I (.*) $ /x) { }
67 0 0 length $1 ? :
83 0 0 !($ENV{'HARNESS_VERBOSE'} =~ /\d/) ? :
0 2 $ENV{'HARNESS_VERBOSE'} ? :
95 0 2 if (defined(my $env_opt = $ENV{'HARNESS_OPTIONS'}))
97 0 0 if ($opt =~ /^j(\d*)$/) { }
0 0 elsif ($opt eq 'c') { }
0 0 elsif ($opt =~ /^f(.*)$/) { }
0 0 elsif ($opt =~ /^a(.*)$/) { }