Condition Coverage

blib/lib/Test2/Event/Ok.pm
Criterion Covered Total %
condition 11 11 100.0


and 3 conditions

line !l l&&!r l&&r condition
53 347 349 74 $self->{'effective_pass'} and not $self->{'pass'}

or 2 conditions

line l !l condition
38 6 1 $self->{'name'} || 'Nameless Assertion'

or 3 conditions

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'}