| line | l | !l&&r | !l&&!r | condition | 
 
| 83 | 115 | 149 | 0 | ref $_[0] || shift() | 
 
| 180 | 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') | 
 
| 247 | 14 | 25 | 106 | $config->get("key", "target.$arg.uri") or "URI"->new($arg)->isa("URI::db") | 
 
| 256 | 4 | 17 | 0 | $config->get('key', "engine.$arg.target") || "db:${arg}:" |