Condition Coverage

blib/lib/WWW/MetaForge/Cache.pm
Criterion Covered Total %
condition 3 15 20.0


and 3 conditions

line !l l&&!r l&&r condition
76 0 0 10 $cached and ref $cached eq "HASH"

or 2 conditions

line l !l condition
48 0 0 ($ENV{'LOCALAPPDATA'} // $ENV{'TEMP'}) // "C:/Temp"
60 28 0 $params // {}
81 2 0 $cached->{'timestamp'} // 0

or 3 conditions

line l !l&&r !l&&!r condition
48 0 0 0 $ENV{'LOCALAPPDATA'} // $ENV{'TEMP'}
50 0 0 0 $ENV{'XDG_CACHE_HOME'} // path($ENV{'HOME'}, ".cache")