File Coverage

blib/lib/DBomb/Conf.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package DBomb::Conf;
2 12     12   66 use strict;
  12         23  
  12         419  
3 12     12   59 use warnings;
  12         22  
  12         504  
4              
5             our $prepare_cached = 1; ## if true, prepare_cached is used instead of prepare, for ALL calls.
6              
7             1;
8             __END__