| lib/aliased.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 16 | 93.7 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 3 | 13 | if @_ <= 1 |
| 38 | 2 | 9 | $alias =~ /::/ ? : |
| 56 | 14 | 3 | @import == 0 ? : |
| 61 | 2 | 15 | if (my $error = $@) |
| 65 | 3 | 12 | if defined $SIG{'__DIE__'} |
| 70 | 3 | 12 | if defined $sigdie |
| 86 | 1 | 1 | if (not @_) { } |
| 1 | 0 | elsif (@_ == 1 and defined $name) { } |