blib/lib/Mail/File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 23 | 23 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
195 | 1 | 1 | 7 | $$self{'From'} and $$self{'To'} |
2 | 1 | 6 | $$self{'From'} and $$self{'To'} and $$self{'Subject'} | |
2 | 1 | 5 | $$self{'From'} and $$self{'To'} and $$self{'Subject'} and $$self{'Body'} |
line | l | !l | condition |
---|---|---|---|
113 | 1 | 4 | $hash{'From'} || '' |
1 | 4 | $hash{'To'} || '' | |
1 | 4 | $hash{'Cc'} || '' | |
1 | 4 | $hash{'Bcc'} || '' | |
1 | 4 | $hash{'Subject'} || '' | |
1 | 4 | $hash{'Body'} || '' | |
4 | 1 | $hash{'template'} || 'mail-XXXXXX.eml' |