blib/lib/PONAPI/Exception.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 12 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
85 | 24 | 4 | 19 | &blessed($e) and $e->isa($class) |
89 | 24 | 4 | 0 | $args_for_new{'status'} and $args_for_new{'message'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
102 | 4 | 0 | 24 | &blessed($e) or $e->isa('Moose::Exception') |
104 | 0 | 2 | 0 | $e->isa('Moose::Exception::ValidationFailedForTypeConstraint') or $e->isa('Moose::Exception::ValidationFailedForInlineTypeConstraint') |