Condition Coverage

blib/lib/Project/Easy/Helper/Config.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
66 0 0 0 $command eq 'dump' and not $ref_struct
105 0 0 0 $command eq 'template' and defined $struct

or 3 conditions

line l !l&&r !l&&!r condition
66 0 0 0 not defined $command or $command eq 'dump' and not $ref_struct
96 0 0 0 $command eq 'set' or $command eq '='
0 0 0 $command eq 'set' or $command eq '=' or $command eq 'template'