Condition Coverage

blib/lib/Test/Unit/TestSuite.pm
Criterion Covered Total %
condition 11 17 64.7


and 3 conditions

line !l l&&!r l&&r condition
271 9 106 6 $runner and $self->filter_test($runner, $t)

or 2 conditions

line l !l condition
98 5 25 shift() || ''
125 22 2 shift() || ''
203 0 0 $self->name || 'anonymous Test::Unit::TestSuite'
262 17 6 $runner || 'undef'

or 3 conditions

line l !l&&r !l&&!r condition
97 0 30 0 ref $this || $this
264 23 0 0 $result ||= create_result()