Condition Coverage

blib/lib/PONAPI/Exception.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
85 24 4 19 &blessed($e) and $e->isa($class)
89 24 0 4 $args_for_new{'status'} and $args_for_new{'message'}

or 3 conditions

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')