Condition Coverage

inc/Test/Builder.pm
Criterion Covered Total %
condition 17 75 22.6


and 3 conditions

line !l l&&!r l&&r condition
19 0 2 0 $] >= 5.008001 and $Test::Builder::Config{'useithreads'}
2 0 0 $] >= 5.008001 and $Test::Builder::Config{'useithreads'} and $INC{'threads.pm'}
296 0 0 2 $max =~ /^\+?\d+$/ and $max > 0
397 0 17 0 defined $name and $name =~ /^[\d\s]+$/
513 0 0 0 $numval != 0 and $numval ne $val
540 0 16 0 defined $got and defined $expect
558 0 0 0 defined $got and defined $expect
616 0 0 0 defined $got and defined $dont_expect
632 0 0 0 defined $got and defined $dont_expect
841 0 0 16 defined $file and defined $line
1563 2 0 0 !$$self{'Have_Plan'} && ($$self{'Curr_Test'}, 'Somehow your tests ran without a plan!')
1729 0 0 2 defined $Test and not $Test->no_ending

or 2 conditions

line l !l condition
886 0 0 $why ||= ''
928 0 0 $why ||= ''
1534 16 17 $height ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
132 22 2 0 $Test ||= $class->create
542 0 0 0 defined $got || defined $expect
560 0 0 0 defined $got || defined $expect
618 0 0 0 defined $got || defined $dont_expect
634 0 0 0 defined $got || defined $dont_expect
715 0 0 0 ($re, $opts) = $regex =~ m[^ /(.*)/ (\w*) $ ]sx or (undef, $re, $opts) = $regex =~ /^ m([^\w\s]) (.+) \1 (\w*) $/sx
1277 6 0 0 UNIVERSAL::isa($maybe_fh, 'GLOB') || UNIVERSAL::isa($maybe_fh, 'IO::Handle') || UNIVERSAL::can(tied $maybe_fh || '', 'TIEHANDLE')
1514 17 0 0 $pack || $self->exported_to || $self->caller($Test::Builder::Level)
1636 2 0 0 $$self{'Have_Plan'} || $$self{'Test_Died'}
0 0 2 $$self{'Original_Pid'} != $$ or not $$self{'Have_Plan'} || $$self{'Test_Died'}
0 0 2 $$self{'Original_Pid'} != $$ or not $$self{'Have_Plan'} || $$self{'Test_Died'} or $$self{'Bailed_Out'}