Condition Coverage

blib/lib/File/Cache/Persistent.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
58 7 0 2 $havecache and not $this->_is_modified($path)

or 2 conditions

line l !l condition
19 2 2 $args{'prefix'} || undef
1 3 $args{'timeout'} || 0
1 3 $args{'reader'} || undef

or 3 conditions

line l !l&&r !l&&!r condition
137 1 0 3 $$this{'data'}{$path}[1] != (stat $path)[9] || $$this{'data'}{$path}[2] != (stat _)[7]