| blib/lib/EntityModel/Web/Authorization.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 EntityModel::Web::Authorization; | ||||||
| 2 | { | ||||||
| 3 | $EntityModel::Web::Authorization::VERSION = '0.004'; | ||||||
| 4 | } | ||||||
| 5 | use EntityModel::Class { | ||||||
| 6 | 1 | 1 | 1386 | }; | |||
| 1 | 3 | ||||||
| 1 | 7 | ||||||
| 7 | |||||||
| 8 | =head1 NAME | ||||||
| 9 | |||||||
| 10 | EntityModel::Web::Authorization - handle permissions for page and object access | ||||||
| 11 | |||||||
| 12 | =head1 VERSION | ||||||
| 13 | |||||||
| 14 | version 0.004 | ||||||
| 15 | |||||||
| 16 | =head1 SYNOPSIS | ||||||
| 17 | |||||||
| 18 | |||||||
| 19 | =head1 DESCRIPTION | ||||||
| 20 | |||||||
| 21 | =cut | ||||||
| 22 | |||||||
| 23 | =head1 METHODS | ||||||
| 24 | |||||||
| 25 | =cut | ||||||
| 26 | |||||||
| 27 | 1; | ||||||
| 28 | |||||||
| 29 | __END__ |