blib/lib/CPAN/YACSmoke/Plugin/Recent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 14 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
95 | 0 | 0 | 2 | not $$self{'force'} and $$self{'recent_list_age'} |
0 | 1 | 1 | not $$self{'force'} and $$self{'recent_list_age'} and -e $local | |
1 | 0 | 1 | not $$self{'force'} and $$self{'recent_list_age'} and -e $local and -M $local < $$self{'recent_list_age'} |
line | l | !l | condition |
---|---|---|---|
66 | 2 | 0 | shift() || 'CPAN::YACSmoke::Plugin::Recent' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
92 | 2 | 0 | 0 | $$self{'recent_list_path'} || $$self{'smoke'}->basedir |