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   6057 use strict;
  18         40  
  18         546  
4 18     18   105 use warnings;
  18         44  
  18         696  
5              
6             1;
7              
8             __END__