Condition Coverage

blib/lib/WWW/Link/Tester/Adaptive.pm
Criterion Covered Total %
condition 16 24 66.6


and 3 conditions

line !l l&&!r l&&r condition
126 18 0 39 defined $cookie and ref($cookie) =~ /WWW::Link::Tester::Adaptive::Cookie/
248 28 0 0 $settings & 2 and $settings & 4
366 13 6 1 $mode == MODE_COMPLEX() and $response->code == 498
372 6 10 3 $mode == MODE_SIMPLE() and $old_mode == MODE_COMPLEX()
10 2 4 $mode == MODE_COMPLEX() and $old_mode == MODE_SIMPLE()

or 3 conditions

line l !l&&r !l&&!r condition
46 0 3 0 ref $proto || $proto
220 0 18 0 ref $s || $s
372 3 0 16 $mode == MODE_SIMPLE() and $old_mode == MODE_COMPLEX() or $mode == MODE_COMPLEX() and $old_mode == MODE_SIMPLE()