File Coverage

blib/lib/Data/Domain/URI/fax.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1 1     1   700 use 5.008;
  1         5  
  1         39  
2 1     1   5 use strict;
  1         1  
  1         28  
3 1     1   6 use warnings;
  1         2  
  1         48  
4              
5             package Data::Domain::URI::fax;
6             our $VERSION = '1.100850';
7             # ABSTRACT: Data domain class for fax URIs
8 1     1   12 use parent 'Data::Domain::SemanticAdapter';
  1         2  
  1         7  
9 1         52 use constant OPTIONS => qw(
10             -nofuture
11 1     1   58 );
  1         2  
12             1;
13              
14              
15             __END__