blib/lib/Articulate/Storage/Local.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 13 | 46.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
250 | 5 | 0 | 0 | blessed $content && $content->isa('Articulate::File') |
356 | 0 | 4 | 2 | $self->navigation->valid_location($location . '/' . $fn) and $self->item_exists(loc($location . '/' . $fn)) |
line | l | !l | condition |
---|---|---|---|
62 | 10 | 0 | shift() // (return undef) |
272 | 5 | 0 | $content //= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
383 | 0 | 0 | 4 | -d "$true_location/.git" or -f "$true_location/Makefile.PL" |