| blib/lib/Test/Able/Runner/Role/Meta/Class.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 18 | 38.8 |
| line | true | false | branch |
|---|---|---|---|
| 72 | 3 | 0 | if ($meta->has_base_package) { } |
| 0 | 0 | elsif ($meta->has_test_packages) { } | |
| 74 | 0 | 3 | ref $base_package ? : |
| 115 | 2 | 0 | if (defined $meta->test_path) |
| 117 | 0 | 2 | ref $test_path ? : |
| 125 | 0 | 2 | unless (Class::Load::load_class($test_class)) |
| 126 | 0 | 0 | if $@ |
| 132 | 0 | 2 | unless $test_class->isa('Test::Able::Object') |
| 137 | 0 | 2 | if ${$test_class . '::NOT_A_TEST';} |