Condition Coverage

blib/lib/HTML/Miner.pm
Criterion Covered Total %
condition 10 30 33.3


and 3 conditions

line !l l&&!r l&&r condition
1027 0 0 0 $timeout and $timeout != 0
1127 0 0 0 $timeout and $timeout != 0
1144 0 0 0 $response_code > 299 && $response_code < 400

or 3 conditions

line l !l&&r !l&&!r condition
846 6 0 11 $possible_relative_url =~ m[^/] or $possible_relative_url =~ m[^\./]
1144 0 0 0 $response_code == 200 or not $response_code > 299 && $response_code < 400
0 0 0 $response_code == 200 or not $response_code > 299 && $response_code < 400 or $attempts > 7
1415 0 0 0 $params{'URL'} or $params{'HTML'}
1569 2347 224 675 $url =~ m[/$] or $url =~ m[([^/]/[^/]+\.[^/]+)]
1574 3192 40 14 $url =~ m[^http://] or $url =~ m[^https://]
1593 3239 7 0 $domain_name_for_checkes =~ /[a-z0-9-]+(\.[a-z])+/ or $domain_name_for_checkes =~ /\d+\.\d+\.\d+\.\d+/