blib/lib/App/Sqitch/Command/status.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 10 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
150 | 0 | 2 | 5 | defined $plan_proj and $self->project eq $plan_proj |
line | l | !l | condition |
---|---|---|---|
254 | 2 | 2 | ' ' x ($len - length($_->{'change'})) || '' |
287 | 1 | 3 | ' ' x ($len - length($_->{'tag'})) || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
297 | 8 | 1 | 0 | $plan->index_of($state->{'change_id'}) // do { |