blib/lib/File/Assets/Kind.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 6 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
47 | 1 | 1 | 2 | length $self_tail and length $other_tail |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
48 | 1 | 0 | 1 | 0 == index($self->tail, $other->tail) or 0 == index($other->tail, $self->tail) |