| blib/lib/Gantry/Control/Model/auth_groups.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_groups; | ||||||
| 2 | 3 | 3 | 1333 | use strict; use warnings; | |||
| 3 | 3 | 49 | |||||
| 3 | 111 | ||||||
| 3 | 17 | ||||||
| 3 | 6 | ||||||
| 3 | 98 | ||||||
| 3 | |||||||
| 4 | 3 | 3 | 15 | use base 'Gantry::Control::Model::GEN::auth_groups', 'Exporter'; | |||
| 3 | 7 | ||||||
| 3 | 2009 | ||||||
| 5 | |||||||
| 6 | our $AUTH_GROUPS = 'Gantry::Control::Model::auth_groups'; | ||||||
| 7 | |||||||
| 8 | our @EXPORT_OK = ( '$AUTH_GROUPS' ); | ||||||
| 9 | |||||||
| 10 | 1; | ||||||
| 11 | |||||||
| 12 | =head1 NAME | ||||||
| 13 | |||||||
| 14 | Gantry::Control::Model::auth_groups - model for auth_groups table | ||||||
| 15 | |||||||
| 16 | =head1 AUTHOR | ||||||
| 17 | |||||||
| 18 | Generated by Bigtop. | ||||||
| 19 | |||||||
| 20 | =cut |