File Coverage

blib/lib/Gantry/Control/Model/auth_group_members.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 Gantry::Control::Model::auth_group_members;
2 4     4   1233 use strict; use warnings;
  4     4   8  
  4         175  
  4         24  
  4         32  
  4         137  
3              
4 4     4   23 use base 'Gantry::Control::Model::GEN::auth_group_members', 'Exporter';
  4         8  
  4         2646  
5              
6             our $AUTH_GROUP_MEMBERS = 'Gantry::Control::Model::auth_group_members';
7              
8             our @EXPORT_OK = ( '$AUTH_GROUP_MEMBERS' );
9              
10             1;
11              
12             =head1 NAME
13              
14             Gantry::Control::Model::auth_group_members - model for auth_group_members table
15              
16             =head1 AUTHOR
17              
18             Generated by Bigtop.
19              
20             =cut