Condition Coverage

blib/lib/App/Sqitch/Target.pm
Criterion Covered Total %
condition 15 20 75.0


and 3 conditions

line !l l&&!r l&&r condition
214 612 0 0 @_ == 1 && ref $_[0]

or 2 conditions

line l !l condition
218 2 370 $p->{'name'} || $ENV{'SQITCH_TARGET'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
80 153 205 739 $config->get('key', 'target.' . $self->name . ".$key") || do {
260 53 211 0 $config->get('key', "engine.$ekey.target") || "db:${ekey}:"
290 264 198 2 $ekey ||= $uri->canonical_engine
318 0 39 0 delete $p{'config'} || $sqitch->config
323 2 36 1 $dump{'core.target'} || do {