Condition Coverage

lib/App/Tel/HostRange.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
97 0 0 0 $host >= $host1 and $host <= $host2

or 2 conditions

line l !l condition
75 0 0 'NetAddr::IP'->new($host) || (return 0)
80 0 0 'NetAddr::IP'->new($_) || (return 0)
84 0 0 'NetAddr::IP'->new($host1) || (return 0)
96 0 0 'NetAddr::IP'->new($host2) || (return 0)