Condition Coverage

blib/lib/GMail/IMAPD.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
203 0 0 0 $$msg{'Flags'} and $$msg{'Flags'} =~ /Deleted/
472 0 0 0 $$msg{'n'} >= $start and $$msg{'n'} <= $end
473 0 0 0 $$msg{'uid'} >= $start and $$msg{'uid'} <= $end

or 2 conditions

line l !l condition
23 0 0 $args{'LocalAddr'} || '0.0.0.0'
0 0 $args{'LocalPort'} || 143
0 0 $args{'Debug'} || 0
57 0 0 'IO::Socket::INET'->new('Listen', 5, 'LocalPort', $$self{'LocalPort'}, 'LocalAddr', $$self{'LocalAddr'}, 'Reuse', 1) || die("Socket: $!")
85 0 0 $cmdid || '*'