File Coverage

blib/lib/OpusVL/SysParams/Schema.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package OpusVL::SysParams::Schema;
2              
3              
4 1     1   3078 use Moose;
  1         3  
  1         7  
5 1     1   6821 use namespace::autoclean;
  1         3  
  1         7  
6             extends 'DBIx::Class::Schema';
7              
8             __PACKAGE__->load_namespaces;
9              
10             __PACKAGE__->meta->make_immutable(inline_constructor => 0);
11              
12             1;
13              
14             __END__
15              
16             =pod
17              
18             =encoding UTF-8
19              
20             =head1 NAME
21              
22             OpusVL::SysParams::Schema
23              
24             =head1 VERSION
25              
26             version 0.20
27              
28             =head1 SYNOPSIS
29              
30             This is the DBIx::Class schema for the SysParams module.
31              
32             =head1 AUTHOR
33              
34             OpusVL - www.opusvl.com
35              
36             =head1 COPYRIGHT AND LICENSE
37              
38             This software is copyright (c) 2011 - 2016 by OpusVL - www.opusvl.com.
39              
40             This is free software; you can redistribute it and/or modify it under
41             the same terms as the Perl 5 programming language system itself.
42              
43             =cut