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 20     20   8103 use strict;
  20         43  
  20         804  
4 20     20   131 use warnings;
  20         37  
  20         1142  
5              
6             1;
7              
8             __END__