File Coverage

blib/lib/URI/_foreign.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package URI::_foreign;
2              
3 6     6   40 use strict;
  6         20  
  6         183  
4 6     6   30 use warnings;
  6         10  
  6         178  
5              
6 6     6   1283 use parent 'URI::_generic';
  6         956  
  6         30  
7              
8             our $VERSION = '5.19';
9              
10             1;