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 7     7   568862 use strict;
  7         11  
  7         295  
4 7     7   32 use warnings;
  7         10  
  7         422  
5              
6 7     7   29 use parent 'URI::_generic';
  7         8  
  7         47  
7              
8             our $VERSION = '5.35';
9              
10             1;