Branch Coverage

blib/lib/Benchmark/Harness.pm
Criterion Covered Total %
branch 0 80 0.0


line true false branch
173 0 0 unless defined $Authentication
185 0 0 $context =~ /^Benchmark\:\:Harness/ ? :
197 0 0 unless $harnessClass
201 0 0 if $@
203 0 0 unless $self->Authenticate($authentication)
219 0 0 ref $_[0] ? :
220 0 0 unless ref $self
221 0 0 if $$self{'_outFH'}
223 0 0 if ($$self{'_isTemp'}) { }
224 0 0 unless open TMP, "<$$self{'_outFilename'}"
258 0 0 ref $_[0] ? :
259 0 0 unless ref $self
261 0 0 unless $fh
267 0 0 ref $_[0] ? :
268 0 0 unless ref $self
270 0 0 unless $fh
275 0 0 if defined $_
289 0 0 if ($$_[3] eq $subName and $$_[4] eq $pckg)
300 0 0 ref $_[0] ? :
301 0 0 unless ref $self
305 0 0 unless $rpt
308 0 0 unless $fh
310 0 0 defined $$rpt[0] ? :
316 0 0 if (defined $$rpt[2])
317 0 0 defined $$rpt[0] ? :
323 0 0 if (defined $$rpt[3])
324 0 0 defined $$rpt[0] ? :
353 0 0 if (/^0?$/)
354 0 0 if (/^\|\d/)
358 0 0 if (/^\d+$/)
359 0 0 $^O eq 'MSWin32' ? :
360 0 0 unless $$self{'_outFH'} = 'FileHandle'->new(">$$self{'_outFilename'}")
363 0 0 if $$self{'_isHotpipe'}
366 0 0 if (/^\|./)
370 0 0 if (/^./)
372 0 0 unless $$self{'_outFH'} = 'FileHandle'->new(">$$self{'_outFilename'}")
375 0 0 if $$self{'_isHotpipe'}
392 0 0 if $@
393 0 0 if (not $method =~ /[\.\?\*\[\(]/) { }
405 0 0 if defined &{$stash{$_};} and $glob eq "*${pckg}::$_" and /$rgx/ and not /(import|export|AUTOLOAD)/