File Coverage

blib/lib/Data/Domain/URI/http.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   581 use 5.008;
  1         4  
  1         37  
2 1     1   5 use strict;
  1         1  
  1         33  
3 1     1   6 use warnings;
  1         1  
  1         57  
4              
5             package Data::Domain::URI::http;
6             our $VERSION = '1.100850';
7             # ABSTRACT: Data domain class for http URIs
8 1     1   5 use parent 'Data::Domain::SemanticAdapter';
  1         1  
  1         5  
9 1         50 use constant OPTIONS => qw(
10             -scheme
11 1     1   57 );
  1         2  
12             1;
13              
14              
15             __END__