| blib/lib/Exception/Class/Nested.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 12 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 18 | 4 | 9 | unless defined $name | 
| 22 | 4 | 5 | unless (ref $opt eq 'HASH') | 
| 44 | 8 | 9 | if defined $parent | 
| 47 | 14 | 13 | unless ref $subopt | 
| 48 | 8 | 5 | if (ref $subopt eq 'HASH') { } | 
| 1 | 4 | elsif (ref $subopt eq 'CODE') { } |