| blib/lib/Exception/Class/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 17 | 41.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 210 | 0 | 0 | 9 | defined $str and length $str |
| 212 | 0 | 0 | 0 | defined $desc && length $desc |
| 251 | 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 | 5 | $p{'message'} || $p{'error'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 99 | 0 | 37 | 0 | ref $proto || $proto |