File Coverage

blib/lib/DBIx/DataModel/Meta.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 DBIx::DataModel::Meta;
2              
3 18     18   5838 use strict;
  18         47  
  18         550  
4 18     18   119 use warnings;
  18         37  
  18         613  
5              
6             1;
7              
8             __END__