Condition Coverage

blib/lib/Data/Checker/IP.pm
Criterion Covered Total %
condition 15 24 62.5


and 3 conditions

line !l l&&!r l&&r condition
89 0 4 1 $vers == 4 and $mask == 32
4 0 0 $vers == 6 and $mask == 128
112 6 0 7 $chk_net_ip || $chk_broad_ip and not $net_obj
115 0 6 1 $vers == 4 and $mask == 32
6 0 0 $vers == 6 and $mask == 128

or 3 conditions

line l !l&&r !l&&!r condition
89 1 0 4 $vers == 4 and $mask == 32 or $vers == 6 and $mask == 128
112 4 3 6 $chk_net_ip || $chk_broad_ip
115 1 0 6 $vers == 4 and $mask == 32 or $vers == 6 and $mask == 128