Condition Coverage

blib/lib/App/Sqitch/Command/engine.pm
Criterion Covered Total %
condition 8 13 61.5


or 2 conditions

line l !l condition
37 19 2 $action ||= "list"
65 8 2 $self->properties->{'target'} || $name || (return)

or 3 conditions

line l !l&&r !l&&!r condition
101 2 1 0 $self->_target($engine, $target) || "db:${engine}:"
128 0 2 0 $props->{'target'} || "db:${engine}:"
202 4 0 0 $config->get('key', "engine.$engine.target") || "db:$engine"