Condition Coverage

blib/lib/Net/DNS/Create.pm
Criterion Covered Total %
condition 10 17 58.8


and 3 conditions

line !l l&&!r l&&r condition
57 0 0 49 $_[0] =~ /(\d+)([hmsdw])/ and $1 * {'s', 1, 'm', 60, 'h', 3600, 'd', 86400, 'w', 604800}->{$2}
80 0 3 3 ref $_[0] eq 'ARRAY' && ref $_[0][0] eq 'ARRAY'

or 2 conditions

line l !l condition
18 6 0 shift() // 'bind'
123 3 0 $$val{'serial'} // 0
124 0 3 $$_{'priority'} // 0
0 3 $$_{'weight'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
123 9 3 69 $rr eq 'cname' || $rr eq 'soa'