Condition Coverage

blib/lib/TAP/Parser/Aggregator.pm
Criterion Covered Total %
condition 16 21 76.1


and 3 conditions

line !l l&&!r l&&r condition
129 888 222 0 $method eq 'exit' || $method eq 'wait' and $parser->ignore_exit
231 0 0 71 defined $self->{'start_time'} and defined $self->{'end_time'}
259 15 0 25 $self->total && $self->total == $self->passed && !$self->has_errors

or 3 conditions

line l !l&&r !l&&!r condition
129 111 111 888 $method eq 'exit' || $method eq 'wait'
279 15 0 25 $self->has_errors || $total != $passed
354 3 5 23 $self->todo_passed || $self->has_errors
383 6 1 77 $self->failed || $self->parse_errors || $self->exit || $self->wait