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   43 use strict;
  6         43  
  6         195  
4 6     6   32 use warnings;
  6         10  
  6         204  
5              
6 6     6   1247 use parent 'URI::_generic';
  6         895  
  6         31  
7              
8             our $VERSION = '5.21';
9              
10             1;