Condition Coverage

blib/lib/App/MaMGal/Entry.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
18 81 0 3 $basename eq '.' and not $dirname eq '.' || $dirname eq '/'
22 3 0 39 ref $stat and $stat->isa('File::stat')

or 3 conditions

line l !l&&r !l&&!r condition
18 0 0 3 $dirname eq '.' || $dirname eq '/'
22 36 0 42 not defined $stat or ref $stat and $stat->isa('File::stat')