File Coverage

blib/lib/URI/snowflake.pm
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod 1 1 100.0
total 7 7 100.0


line stmt bran cond sub pod time code
1             package URI::snowflake;
2 2     2   2486 use base 'URI::_odbc';
  2         3  
  2         330  
3             our $VERSION = '0.19';
4              
5 21     21 1 6817 sub default_port { 443 }
6              
7             1;