Condition Coverage

blib/lib/TAPx/Parser/Grammar.pm
Criterion Covered Total %
condition 9 13 69.2


and 3 conditions

line !l l&&!r l&&r condition
157 0 4 361 @_ and defined $_[0]
241 65 4 0 $skip and 0 != $tests_planned

or 2 conditions

line l !l condition
239 4 0 $skip ||= 'SKIP'
295 226 373 shift() || ''

or 3 conditions

line l !l&&r !l&&!r condition
169 348 13 0 $token ||= $self->_make_unknown_token($line)