File Coverage

blib/lib/Data/Domain/URI/http_TEST.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   41437 use 5.008;
  1         6  
  1         33  
2 1     1   6 use strict;
  1         2  
  1         29  
3 1     1   5 use warnings;
  1         1  
  1         50  
4              
5             package Data::Domain::URI::http_TEST;
6             our $VERSION = '1.100850';
7             # ABSTRACT: Test companion class for the http URI data domain class
8 1     1   5 use Test::More;
  1         2  
  1         8  
9 1         12 use parent qw(
10             Data::Domain::SemanticAdapter::Test
11             Data::Semantic::URI::TestData::http
12 1     1   277 );
  1         2  
13             1;
14              
15              
16             __END__