blib/lib/Test/Unit/TestSuite.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 17 | 64.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
274 | 9 | 111 | 6 | $runner and $self->filter_test($runner, $t) |
line | l | !l | condition |
---|---|---|---|
101 | 5 | 25 | shift() || '' |
128 | 22 | 2 | shift() || '' |
206 | 0 | 0 | $self->name || 'anonymous Test::Unit::TestSuite' |
265 | 17 | 6 | $runner || 'undef' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
100 | 0 | 30 | 0 | ref $this || $this |
267 | 23 | 0 | 0 | $result ||= create_result() |