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