| line |
l |
!l&&r |
!l&&!r |
condition |
|
126
|
5 |
0 |
0 |
'URI::Escape'->can('uri_escape_utf8') || 'URI::Escape'->can('uri_escape') || sub {
return $_[0];
}
|
|
257
|
8 |
3 |
0 |
$agent_string ||= join(" ", "LWP::UserAgent"->_agent, 'Astro::SIMBAD::Client/' . $VERSION) |
|
653
|
2 |
0 |
0 |
$make_script{$type} || sub {
my(undef, $query, @args) = @_;
return "query $query @args\n";
}
|
|
674
|
0 |
0 |
0 |
$args[$type] ||= $self->get("type") |
|
676
|
0 |
0 |
0 |
$args[$format] ||= $self->get("format")->{$args[$type]} |
|
1117
|
0 |
0 |
0 |
$type_map{$type} || $type |
|
1265
|
10 |
0 |
0 |
$parser = $pkg->can($code) or not $self->get("autoload") |