| line | !l | l&&!r | l&&r | condition | 
 
| 19 | 0 | 18 | 0 | $] >= 5.008001 and $Test::Builder::Config{'useithreads'} | 
 
|  | 18 | 0 | 0 | $] >= 5.008001 and $Test::Builder::Config{'useithreads'} and $INC{'threads.pm'} | 
 
| 296 | 0 | 0 | 16 | $max =~ /^\+?\d+$/ and $max > 0 | 
 
| 397 | 0 | 39 | 0 | defined $name and $name =~ /^[\d\s]+$/ | 
 
| 513 | 0 | 0 | 0 | $numval != 0 and $numval ne $val | 
 
| 540 | 1 | 26 | 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 | 30 | defined $file and defined $line | 
 
| 1564 | 16 | 2 | 0 | !$self->{'Have_Plan'} && ($self->{'Curr_Test'}, 'Somehow your tests ran without a plan!') | 
 
| 1729 | 0 | 0 | 18 | defined $Test and not $Test->no_ending | 
| line | l | !l&&r | !l&&!r | condition | 
 
| 132 | 119 | 18 | 0 | $Test ||= $class->create | 
 
| 542 | 0 | 0 | 1 | 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 | 54 | 0 | 0 | UNIVERSAL::isa($maybe_fh, 'GLOB') || UNIVERSAL::isa($maybe_fh, 'IO::Handle') || UNIVERSAL::can(tied $maybe_fh || '', 'TIEHANDLE') | 
 
| 1514 | 49 | 0 | 0 | $pack || $self->exported_to || $self->caller($Test::Builder::Level) | 
 
| 1636 | 16 | 0 | 2 | $self->{'Have_Plan'} || $self->{'Test_Died'} | 
 
|  | 0 | 2 | 16 | $self->{'Original_Pid'} != $$ or not $self->{'Have_Plan'} || $self->{'Test_Died'} | 
 
|  | 2 | 0 | 16 | $self->{'Original_Pid'} != $$ or not $self->{'Have_Plan'} || $self->{'Test_Died'} or $self->{'Bailed_Out'} |