| line | !l | l&&!r | l&&r | condition | 
 
| 16 | 0 | 8 | 0 | $] >= 5.008001 and $Test::Builder::Config{'useithreads'} | 
 
|  | 8 | 0 | 0 | $] >= 5.008001 and $Test::Builder::Config{'useithreads'} and $INC{'threads.pm'} | 
 
| 387 | 0 | 25 | 0 | defined $name and $name =~ /^[\d\s]+$/ | 
 
| 528 | 0 | 0 | 0 | defined $got and defined $expect | 
 
| 546 | 0 | 0 | 0 | defined $got and defined $expect | 
 
| 623 | 0 | 0 | 0 | defined $got and defined $dont_expect | 
 
| 639 | 0 | 0 | 0 | defined $got and defined $dont_expect | 
 
| 760 | 0 | 0 | 1 | defined $file and defined $line | 
 
| 1806 | 0 | 0 | 0 | $$self{'Start_Todo'} and @{$$self{'Todo_Stack'};} | 
 
| 1859 | 5 | 0 | 3 | !$$self{'Have_Plan'} && ($$self{'Curr_Test'}, 'Somehow your tests ran without a plan!') | 
 
| 2015 | 0 | 0 | 8 | defined $Test and not $Test->no_ending | 
| line | l | !l&&r | !l&&!r | condition | 
 
| 116 | 38 | 8 | 0 | $Test ||= $class->create | 
 
| 530 | 0 | 0 | 0 | defined $got || defined $expect | 
 
| 548 | 0 | 0 | 0 | defined $got || defined $expect | 
 
| 562 | 0 | 0 | 0 | $type eq 'eq' or $type eq 'ne' | 
 
| 625 | 0 | 0 | 0 | defined $got || defined $dont_expect | 
 
| 641 | 0 | 0 | 0 | defined $got || defined $dont_expect | 
 
| 941 | 0 | 0 | 0 | ($re, $opts) = $regex =~ m[^ /(.*)/ (\w*) $ ]sx or (undef, $re, $opts) = $regex =~ /^ m([^\w\s]) (.+) \1 (\w*) $/sx | 
 
| 1064 | 0 | 0 | 0 | eval {
	do {
	$maybe_fh->isa('IO::Handle')
}
} || eval {
	do {
	(tied $maybe_fh || '')->can('TIEHANDLE')
}
} | 
 
| 1710 | 91 | 0 | 0 | $pack || $self->caller(1) || $self->exported_to | 
 
| 1729 | 0 | 0 | 66 | defined $$self{'Todo'} || $self->find_TODO |