blib/lib/Exception/Class/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 17 | 41.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
215 | 0 | 0 | 9 | defined $str and length $str |
217 | 0 | 0 | 0 | defined $desc && length $desc |
256 | 0 | 0 | 3 | defined $e and &blessed($e) |
0 | 1 | 2 | defined $e and &blessed($e) and $e->isa($class) |
line | l | !l | condition |
---|---|---|---|
112 | 31 | 7 | $p{'message'} || $p{'error'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
99 | 0 | 39 | 0 | ref $proto || $proto |