| blib/lib/DocLife.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 11 | 54.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 56 | 3 | 1 | 8 | not -f $file and defined $self->suffix |
| 74 | 0 | 0 | 0 | length $suffix and not $_ =~ /\Q$suffix\E$/ |
| line | l | !l | condition |
|---|---|---|---|
| 24 | 15 | 0 | $self->root || './' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 34 | 3 | 0 | 12 | $req->path =~ m[\/\.\.\/] or $req->path =~ m[\/\/] |