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 17     17   4425 use strict;
  17         49  
  17         391  
4 17     17   73 use warnings;
  17         45  
  17         493  
5              
6             1;
7              
8             __END__