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   40 use strict;
  6         13  
  6         163  
4 6     6   28 use warnings;
  6         10  
  6         155  
5              
6 6     6   26 use base 'DBIx::Class::Schema';
  6         11  
  6         3107  
7              
8             our $VERSION = '0.018';
9              
10             __PACKAGE__->load_namespaces;
11              
12             1;
13             __END__