| line |
!l |
l&&!r |
l&&r |
condition |
|
61
|
40 |
3 |
0 |
blessed $stuff and $stuff->isa('URI') |
|
|
40 |
3 |
0 |
blessed $stuff and $stuff->isa('HTTP::Response') |
|
|
40 |
0 |
3 |
blessed $stuff and $stuff->isa('HTML::Element') |
|
|
40 |
0 |
0 |
ref $stuff and ref $stuff eq 'SCALAR' |
|
144
|
0 |
0 |
3 |
ref $key and ref $key eq 'CODE' |
|
166
|
47 |
26 |
0 |
ref $val and ref $val eq 'CODE' |
|
|
70 |
0 |
3 |
blessed $val and $val->isa('Web::Scraper') |
|
173
|
4 |
0 |
5 |
$uri and is_link_element($node, $val) |
|
227
|
0 |
0 |
1 |
blessed $filter and $filter->can('filter') |
|
262
|
13 |
4 |
7 |
$retval =~ /^\d+$/ and $_ ne $value |
|
|
2 |
14 |
1 |
defined $retval and $retval eq '' |