Condition Coverage

blib/lib/Test/TAP/Model/Subtest.pm
Criterion Covered Total %
condition 10 19 52.6


and 3 conditions

line !l l&&!r l&&r condition
53 1 0 2 ($self->actual_ok xor $other->actual_nok) and ($self->skipped xor not $other->skipped)

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
30 1 1 1 1 $_[0]->actual_ok xor $_[0]->todo
53 0 0 2 0 $self->todo xor not $other->todo
0 2 0 1 $self->actual_ok xor $other->actual_nok
0 0 2 0 $self->skipped xor not $other->skipped