File Coverage

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


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