Condition Coverage

lib/Morpheus.pm
Criterion Covered Total %
condition 18 29 62.0


and 3 conditions

line !l l&&!r l&&r condition
75 0 1 17 $root and not $root =~ m[/$]
205 478 576 10 $priority <= 100 and $main_ns ge '/morpheus/plugins'

or 2 conditions

line l !l condition
31 0 30 $export ||= ['morph']
55 19 0 $root ||= ''
197 162 0 $main_ns ||= ''
255 2 160 $type ||= '*'

or 3 conditions

line l !l&&r !l&&!r condition
54 18 1 0 ref $bindings eq 'ARRAY' or ref $bindings eq 'SCALAR'
100 0 18 0 $optional or defined $value
104 2 0 2 defined ${*{$value;};} or $optional
116 4 0 0 *{$value;}{'ARRAY'} or $optional
131 2 0 2 *{$value;}{'HASH'} or $optional