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