Condition Coverage

blib/lib/DocLife.pm
Criterion Covered Total %
condition 6 11 54.5


and 3 conditions

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$/

or 2 conditions

line l !l condition
24 15 0 $self->root || './'

or 3 conditions

line l !l&&r !l&&!r condition
34 3 0 12 $req->path =~ m[\/\.\.\/] or $req->path =~ m[\/\/]