| blib/lib/Function/Register.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 78 | 1 | 1 | if ($registry) { } |
| 138 | 5 | 3 | if (@_ == 2) { } |
| 143 | 1 | 7 | unless ref $func eq 'CODE' |
| 144 | 1 | 6 | unless exists $Function::Register::REGISTRIES{$Function::Register::REGISTRANTS{caller()}}{$reg} |