blib/lib/Pinto/Schema/Result/Stack.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 43 | 39.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
161 | 97 | 4 | 0 | $cache and exists $cache->{$target} |
222 | 2 | 0 | 1 | -e $new_dir and lc $new_dir ne lc $orig_dir |
654 | 0 | 1 | 267 | defined $value and length "$value" |
710 | 0 | 0 | 0 | itis($stack_a, $pkg) and itis($stack_b, $pkg) |
726 | 0 | 0 | 0 | itis($stack_a, $pkg) and itis($stack_b, $pkg) |
line | l | !l | condition |
---|---|---|---|
133 | 129 | 0 | $args ||= {} |
134 | 0 | 129 | $args->{'is_default'} ||= 0 |
135 | 0 | 129 | $args->{'is_locked'} ||= 0 |
136 | 0 | 129 | $args->{'properties'} ||= '{}' |
753 | 0 | 0 | $_[0] || '%c' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
260 | 5 | 183 | 0 | $args{'from'} || $self->head |
383 | 151 | 0 | 0 | $args{'message'} or $self->head->message |
475 | 0 | 9 | 0 | $other || ($self->head->parents)[0] |
517 | 0 | 0 | 4 | $prereq->is_test or $prereq->is_develop |
518 | 0 | 0 | 4 | $prereq->is_core('in', $tpv) or $prereq->is_perl |
756 | 0 | 2650 | 0 | $format ||= $self->default_format |