File Coverage

blib/lib/Class/Value/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   3205 use 5.008;
  1         7  
  1         45  
2 1     1   7 use strict;
  1         2  
  1         37  
3 1     1   7 use warnings;
  1         3  
  1         69  
4              
5             package Class::Value::URI::http_TEST;
6             our $VERSION = '1.100840';
7             # ABSTRACT: Test companion class for http URIs
8 1     1   6 use Test::More;
  1         2  
  1         11  
9 1         9 use parent qw(
10             Class::Value::Test
11             Data::Semantic::URI::TestData::http
12 1     1   417 );
  1         3  
13             1;
14              
15              
16             __END__