File Coverage

blib/lib/Email/FolderType/MH.pm
Criterion Covered Total %
statement 8 8 100.0
branch 1 2 50.0
condition n/a
subroutine 3 3 100.0
pod 0 1 0.0
total 12 14 85.7


line stmt bran cond sub pod time code
1 7     7   6237 use strict;
  7         14  
  7         231  
2 7     7   35 use warnings;
  7         12  
  7         628  
3             package Email::FolderType::MH;
4             {
5             $Email::FolderType::MH::VERSION = '0.814';
6             }
7             # ABSTRACT: class to help Email::FolderType recognise MH mail directories
8              
9 10 50   10 0 35 sub match { @_ || return 0; $_[0] =~ m{/\.$} }
  10         47  
10              
11             1;
12              
13             __END__