Condition Coverage

blib/lib/Mail/Google/Procmailrc.pm
Criterion Covered Total %
condition 0 35 0.0


and 3 conditions

line !l l&&!r l&&r condition
248 0 0 0 exists $$h{'from'} and exists $$h{'label'}
0 0 0 exists $$h{'from'} and exists $$h{'label'} and $rules_remaining > 0
272 0 0 0 $$self{'debug'} and ref $refdir eq 'SCALAR'
300 0 0 0 exists $$h{'to'} and exists $$h{'label'}
0 0 0 exists $$h{'to'} and exists $$h{'label'} and $rules_remaining > 0
315 0 0 0 exists $$h{'hasTheWord'} and exists $$h{'label'}
0 0 0 exists $$h{'hasTheWord'} and exists $$h{'label'} and $rules_remaining > 0
330 0 0 0 exists $$h{'subject'} and exists $$h{'label'}
0 0 0 exists $$h{'subject'} and exists $$h{'label'} and $rules_remaining > 0

or 2 conditions

line l !l condition
103 0 0 $$c{'archive_dir'} // 'archive'
104 0 0 $$c{'trash_dir'} // 'trash'
105 0 0 $$c{'inbox_dir'} // 'inbox'
106 0 0 $$c{'debug'} // 0