File Coverage

blib/lib/CHI/t/Driver/NonMoose.pm
Criterion Covered Total %
statement 7 9 77.7
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 12 83.3


line stmt bran cond sub pod time code
1             package CHI::t::Driver::NonMoose;
2             $CHI::t::Driver::NonMoose::VERSION = '0.59';
3 1     1   456 use strict;
  1         1  
  1         33  
4 1     1   4 use warnings;
  1         1  
  1         36  
5 1     1   335 use CHI::Test;
  0            
  0            
6             use base qw(CHI::t::Driver::Memory);
7              
8             sub testing_driver_class { 'CHI::Test::Driver::NonMoose' }
9             sub test_short_driver_name { }
10              
11             1;