| blib/lib/ex/implements.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 16 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 0 | 3 | if $pkg->isa($interface) |
| 19 | 3 | 0 | unless (exists $main::main::{"${interface}::"}{'VERSION'}) |
| 23 | 0 | 3 | if $@ and not $@ =~ /^Can\'t locate .*? at \(eval / |
| 24 | 0 | 3 | unless (%{"${interface}::";}) |
| 30 | 3 | 0 | unless exists $main::main::{"${interface}::"}{'VERSION'} |
| 44 | 1 | 2 | if (@unimplemented) |
| 45 | 1 | 0 | @unimplemented == 1 ? : |
| 55 | 1 | 2 | if $error_count |