| blib/lib/Test2/Event/Ok.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 11 | 100.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 53 | 347 | 349 | 74 | $self->{'effective_pass'} and not $self->{'pass'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 38 | 6 | 1 | $self->{'name'} || 'Nameless Assertion' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 18 | 167 | 8 | 25 | $self->{'pass'} || (defined $self->{'todo'} ? 1 : 0) | 
| 53 | 388 | 200 | 570 | defined $self->{'todo'} or $self->{'effective_pass'} and not $self->{'pass'} |