Condition Coverage

lib/Test/Builder/Tester.pm
Criterion Covered Total %
condition 13 39 33.3


and 3 conditions

line !l l&&!r l&&r condition
122 0 0 132 $original_formatter and $original_formatter->isa('Test::Builder::Formatter')
318 133 0 0 $INC{'Test/Stream.pm'} and $INC{'Test/Stream.pm'} eq 'fake'
354 0 0 132 ($args{'skip_out'} || $out->check) && ($args{'skip_err'} || $err->check)

or 2 conditions

line l !l condition
114 0 0 $INC{'Test/Stream.pm'} ||= 'fake'
117 17 115 $ENV{'HARNESS_ACTIVE'} || 0
232 10 0 shift() || 0
385 6 1 shift() || 0
601 0 0 shift @got || ''
602 0 0 shift @wanted || ''

or 3 conditions

line l !l&&r !l&&!r condition
120 0 132 0 $t->{'Hub'} || ($t->{'Stack'} ? $t->{'Stack'}->top : Test2::API::test2_stack()->top)
337 0 132 0 $t->{'Hub'} || Test2::API::test2_stack()->top
364 0 0 0 $args{'skip_out'} or $out->check
367 0 0 0 $args{'skip_err'} or $err->check
542 16 1 1340 $check =~ s[^/(.*)/$][$1] or ref $check
600 0 0 0 @got or @wanted