Condition Coverage

blib/lib/Hub/Data/FileCache.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
129 0 0 0 $$opts{'force_dirs'} and -d $$instance{'filename'}

or 3 conditions

line l !l&&r !l&&!r condition
123 0 0 0 not defined $stats or $stats->mtime == 0
129 0 0 0 $$opts{'force'} or $stats->mtime > $$instance{'lastread'}
0 0 0 $$opts{'force'} or $stats->mtime > $$instance{'lastread'} or $$opts{'force_dirs'} and -d $$instance{'filename'}