File Coverage

blib/lib/URI/_ado.pm
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod 0 1 0.0
total 6 7 85.7


line stmt bran cond sub pod time code
1             package URI::_ado;
2 1     1   5 use base 'URI::_odbc';
  1         2  
  1         97  
3             our $VERSION = '0.19';
4              
5 6     6 0 11 sub dbi_driver { 'ADO' }