Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
10 2 9 78 defined $_[0] && $_[0] ne ''

or 3 conditions

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