line |
l |
!l&&r |
!l&&!r |
condition |
82
|
114 |
142 |
0 |
ref $_[0] || shift()
|
179
|
6 |
0 |
0 |
&$find_pod("$bn-$command") || &$find_pod("sqitch-$command") || &$find_pod($bn) || &$find_pod('sqitch') || &$find_pod(ref $self || $self) || &$find_pod('App::Sqitch::Command')
|
|
1 |
7 |
0 |
$params{'-input'} ||= &$find_pod("$bn-$command") || &$find_pod("sqitch-$command") || &$find_pod($bn) || &$find_pod('sqitch') || &$find_pod(ref $self || $self) || &$find_pod('App::Sqitch::Command')
|
246
|
14 |
25 |
105 |
$config->get("key", "target.$arg.uri") or "URI"->new($arg)->isa("URI::db")
|
255
|
4 |
17 |
0 |
$config->get('key', "engine.$arg.target") || "db:${arg}:"
|