blib/lib/Data/Object/Exception.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 18 | 72.2 |
line | true | false | branch |
---|---|---|---|
41 | 8 | 1 | if not $self->frames |
56 | 1 | 0 | 'HASH' eq ref $args[0] ? : |
6 | 1 | !ref($args[0]) ? : | |
7 | 2 | @args == 1 ? : | |
74 | 1 | 0 | if (ref $self) |
80 | 0 | 1 | if $message |
81 | 0 | 1 | if $context |
91 | 0 | 9 | unless $self->{'frames'} |
122 | 1 | 153 | if defined $limit and $i + 1 == $offset + $limit |