File Coverage

blib/lib/Math/DifferenceSet/Planar/Schema.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Math::DifferenceSet::Planar::Schema;
2              
3 6     6   38 use strict;
  6         12  
  6         171  
4 6     6   26 use warnings;
  6         11  
  6         234  
5              
6 6     6   29 use base 'DBIx::Class::Schema';
  6         10  
  6         3219  
7              
8             our $VERSION = '0.017';
9              
10             __PACKAGE__->load_namespaces;
11              
12             1;
13             __END__