| blib/lib/Test/Module/Runnable/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 23 | 21.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 163 | 3 | 1 | 503 | defined $domain and length $domain |
| 312 | 0 | 0 | 0 | defined $return and ref $return ne 'CODE' |
| 0 | 0 | 0 | defined $return and ref $return ne 'CODE' and ref $return ne 'ARRAY' | |
| 523 | 35 | 0 | 0 | defined $modeName and length $modeName |
| 557 | 0 | 0 | 129 | defined $returnValue and $returnValue eq '0' |
| 559 | 0 | 0 | 0 | 'setUpBeforeClass' ne $type and 'tearDownAfterClass' ne $type |
| line | l | !l | condition |
|---|---|---|---|
| 479 | 0 | 0 | $self->{'mock_args'}{$class}{$method} || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 308 | 0 | 0 | 0 | $class->can($method) or $class->can('AUTOLOAD') |