File Coverage

blib/lib/Metabase/User/EmailAddress.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1 1     1   24 use 5.006;
  1         3  
  1         66  
2 1     1   5 use strict;
  1         2  
  1         33  
3 1     1   5 use warnings;
  1         2  
  1         55  
4              
5             package Metabase::User::EmailAddress;
6             our $VERSION = '0.024'; # VERSION
7              
8 1     1   583 use Metabase::Fact::String;
  1         2  
  1         44  
9             our @ISA = qw/Metabase::Fact::String/;
10              
11             1;
12              
13             # ABSTRACT: Metabase fact for user email address
14              
15             __END__