Condition Coverage

blib/lib/WWW/Mechanize/Plugin/FollowMetaRedirect.pm
Criterion Covered Total %
condition 18 24 75.0


and 3 conditions

line !l l&&!r l&&r condition
19 1 1 17 defined $args{'ignore_wait'} && $args{'ignore_wait'}
26 159 2 2 $$token[0] eq 'E' and $$token[1] eq 'head'
31 15 0 2 $waiting and defined $sec
46 88 47 26 $$token[0] eq 'S' and $$token[1] eq 'meta'
47 0 0 26 defined $$token[2] and ref $$token[2] eq 'HASH'
48 2 7 17 defined $$token[2]{'http-equiv'} and $$token[2]{'http-equiv'} =~ /^refresh$/io
49 0 0 17 defined $$token[2]{'content'} and $$token[2]{'content'} =~ /^(([0-9]+)\s*;\s*)*url\='?([^']+)'?$/io

or 3 conditions

line l !l&&r !l&&!r condition
29 144 0 17 not defined $url or $url eq ''