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