File Coverage

blib/lib/Data/Domain/URI/ftp.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   575 use 5.008;
  1         5  
  1         36  
2 1     1   4 use strict;
  1         2  
  1         25  
3 1     1   5 use warnings;
  1         1  
  1         69  
4              
5             package Data::Domain::URI::ftp;
6             our $VERSION = '1.100850';
7             # ABSTRACT: Data domain class for ftp URIs
8 1     1   5 use parent 'Data::Domain::SemanticAdapter';
  1         1  
  1         4  
9 1         54 use constant OPTIONS => qw(
10             -type -password
11 1     1   67 );
  1         2  
12             1;
13              
14              
15             __END__