Condition Coverage

blib/lib/Validator/LIVR/Rules/Common.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
10 7 11 121 defined $_[0] && $_[0] ne ''

or 3 conditions

line l !l&&r !l&&!r condition
16 4 5 1 !defined($_[0]) || $_[0] ne ''
23 1 1 6 not defined $list or $list eq ''
33 1 1 7 not defined $value or $value eq ''