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