Condition Coverage

blib/lib/App/Sqitch/Plan/ChangeList.pm
Criterion Covered Total %
condition 9 12 75.0


or 2 conditions

line l !l condition
49 43 0 $self->_index_of($key) // (return undef)
104 24 0 $self->_first_index_of($key, $since) // (return undef)
142 146 29 $self->index_of(@_) // (return undef)

or 3 conditions

line l !l&&r !l&&!r condition
36 13 57 0 $3 // ($2 ? 2 : 1)
120 34 2 1 $self->index_of($since) // hurl("plan", &__x("Unknown change: \"{change}\"", "change", $since))