File Coverage

blib/lib/WG/DB.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1 1     1   4422 use utf8;
  1         13  
  1         9  
2             package WG::DB;
3              
4             # Created by DBIx::Class::Schema::Loader
5             # DO NOT MODIFY THE FIRST PART OF THIS FILE
6              
7 1     1   51 use strict;
  1         2  
  1         49  
8 1     1   7 use warnings;
  1         1  
  1         52  
9              
10 1     1   7 use base 'DBIx::Class::Schema';
  1         1  
  1         901  
11              
12             __PACKAGE__->load_namespaces;
13              
14              
15             # Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-12-23 15:56:29
16             # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IX2IjsvMiul+cl5BFo84aA
17              
18              
19             # You can replace this text with custom code or comments, and it will be preserved on regeneration
20              
21             =head1 NAME
22              
23             WG::DB - The main WG database
24              
25             =cut
26              
27             1;