blib/lib/Email/FolderType/Mbox.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 7 | 7 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | 0 | 1 | 0.0 |
total | 10 | 11 | 90.9 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | 7 | 7 | 32551 | use strict; | |||
7 | 14 | ||||||
7 | 234 | ||||||
2 | 7 | 7 | 37 | use warnings; | |||
7 | 87 | ||||||
7 | 488 | ||||||
3 | package Email::FolderType::Mbox; | ||||||
4 | { | ||||||
5 | $Email::FolderType::Mbox::VERSION = '0.814'; | ||||||
6 | } | ||||||
7 | # ABSTRACT: class to help Email::FolderType recognise MH mail directories | ||||||
8 | |||||||
9 | # since Mbox is the default always return 1 | ||||||
10 | |||||||
11 | 1 | 1 | 0 | 12 | sub match { 1 } | ||
12 | |||||||
13 | 1; | ||||||
14 | |||||||
15 | __END__ |