| blib/lib/Sub/Installer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 10 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 0 | 6 | unless @_ == 2 and ref $sub_def_ref eq 'HASH' |
| 27 | 0 | 5 | unless @_ == 2 and ref $sub_def_ref eq 'HASH' |
| 47 | 5 | 10 | unless (ref $sub_code) |
| 48 | 5 | 0 | unless ($sub_code =~ /\A \s* sub \s* [{] .* [}] \s* \Z/msx) |
| 51 | 1 | 4 | unless $sub_code = eval "package $package_name; $sub_code" |