Condition Coverage

lib/PEF/Front/Model.pm
Criterion Covered Total %
condition 4 17 23.5


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 0 $model and not ref $model
0 0 0 $model and not ref $model and $model =~ /^\^?\w+::/

or 2 conditions

line l !l condition
35 0 0 $model ||= 'rpc_site'

or 3 conditions

line l !l&&r !l&&!r condition
10 0 5 4 $name =~ /^\^?PEF::Front/ or $name =~ /^\^/
26 0 0 0 $@ or $class->can($can)
51 1 0 4 not ref $links or ref $links ne 'ARRAY'