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   50 use strict;
  7         16  
  7         355  
4 7     7   55 use warnings;
  7         17  
  7         568  
5              
6 7     7   47 use base 'DBIx::Class::Schema';
  7         15  
  7         8526  
7              
8             our $VERSION = '1.003';
9              
10             __PACKAGE__->load_namespaces;
11              
12             1;
13             __END__