File Coverage

blib/lib/Data/Semantic/URI.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1 1     1   637 use 5.008;
  1         5  
  1         44  
2 1     1   6 use strict;
  1         2  
  1         42  
3 1     1   6 use warnings;
  1         2  
  1         61  
4              
5             package Data::Semantic::URI;
6             our $VERSION = '1.100850';
7             # ABSTRACT: Semantic data classes for URI-related data
8 1     1   5 use parent qw(Data::Semantic::RegexpAdapter);
  1         2  
  1         5  
9             1;
10              
11              
12             __END__