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 7     7   54 use strict;
  7         21  
  7         208  
4 7     7   44 use warnings;
  7         25  
  7         213  
5              
6 7     7   39 use base 'DBIx::Class::Schema';
  7         24  
  7         4646  
7              
8             our $VERSION = '1.000';
9              
10             __PACKAGE__->load_namespaces;
11              
12             1;
13             __END__