blib/lib/MailTools.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | # Copyrights 1995-2017 by [Mark Overmeer |
||||||
2 | # For other contributors see ChangeLog. | ||||||
3 | # See the manual pages for details on the licensing terms. | ||||||
4 | # Pod stripped from pm file by OODoc 2.02. | ||||||
5 | package MailTools; | ||||||
6 | 1 | 1 | 233 | use vars '$VERSION'; | |||
1 | 2 | ||||||
1 | 37 | ||||||
7 | $VERSION = '2.19'; | ||||||
8 | |||||||
9 | |||||||
10 | |||||||
11 | 1; |