| inc/Test/Builder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 50 | 22.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 19 | 0 | 1 | 0 | $] >= 5.008 and $Test::Builder::Config{'useithreads'} | 
| 156 | 0 | 55 | 0 | defined $name and $name =~ /^[\d\s]+$/ | 
| 218 | 3 | 10 | 0 | defined $got and defined $expect | 
| 234 | 0 | 0 | 0 | defined $got and defined $expect | 
| 277 | 0 | 0 | 0 | defined $got and defined $dont_expect | 
| 293 | 0 | 0 | 0 | defined $got and defined $dont_expect | 
| 711 | 1 | 0 | 0 | !$Have_Plan && ($Curr_Test, 'Somehow your tests ran without a plan!') | 
| 825 | 0 | 0 | 1 | defined $Test and not $Test->no_ending | 
| line | l | !l | condition | 
|---|---|---|---|
| 43 | 0 | 1 | $Test ||= bless(['Move along, nothing to see here'], $class) | 
| 417 | 0 | 0 | $why ||= '' | 
| 451 | 0 | 0 | $why ||= '' | 
| 703 | 0 | 55 | $height ||= 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 220 | 0 | 0 | 3 | defined $got || defined $expect | 
| 236 | 0 | 0 | 0 | defined $got || defined $expect | 
| 279 | 0 | 0 | 0 | defined $got || defined $dont_expect | 
| 295 | 0 | 0 | 0 | defined $got || defined $dont_expect | 
| 693 | 55 | 0 | 0 | $pack || $self->exported_to || $self->caller(1) | 
| 760 | 1 | 0 | 0 | $Have_Plan or $Test_Died |