line |
!l |
l&&!r |
l&&r |
condition |
47
|
0 |
0 |
0 |
$url and &blessed($url) |
|
0 |
0 |
0 |
$url and &blessed($url) and $url->isa('URI') |
61
|
0 |
0 |
0 |
$content_type and $content_type =~ m[application/json] |
72
|
0 |
0 |
0 |
@_ == 1 and ref $_[0] |
|
0 |
0 |
0 |
@_ == 1 and not ref $_[0] |
92
|
0 |
0 |
0 |
defined $input and not ref $input |
|
0 |
0 |
0 |
defined $input and not ref $input and length $input |
101
|
0 |
0 |
0 |
@_ == 1 and ref $_[0] |
128
|
0 |
0 |
0 |
$_[0] and &blessed($_[0]) |
|
0 |
0 |
0 |
$_[0] and &blessed($_[0]) and $_[0]->isa('WWW::Shorten::Naver') |
139
|
0 |
0 |
0 |
$_[0] and &blessed($_[0]) |
|
0 |
0 |
0 |
$_[0] and &blessed($_[0]) and $_[0]->isa('WWW::Shorten::Bitly') |