File Coverage

blib/lib/CatalystX/OAuth2/Schema.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package CatalystX::OAuth2::Schema;
2 8     8   164752 use base qw(DBIx::Class::Schema);
  8         24  
  8         4568  
3             __PACKAGE__->load_namespaces;
4              
5             # ABSTRACT: A L<DBIx::Class> schema for use as the backend of the DBIC OAuth2 store
6              
7             1;
8              
9             __END__
10              
11             =pod
12              
13             =head1 NAME
14              
15             CatalystX::OAuth2::Schema - A L<DBIx::Class> schema for use as the backend of the DBIC OAuth2 store
16              
17             =head1 VERSION
18              
19             version 0.001006
20              
21             =head1 AUTHOR
22              
23             Eden Cardim <edencardim@gmail.com>
24              
25             =head1 COPYRIGHT AND LICENSE
26              
27             This software is copyright (c) 2017 by Suretec Systems Ltd.
28              
29             This is free software; you can redistribute it and/or modify it under
30             the same terms as the Perl 5 programming language system itself.
31              
32             =cut