blib/lib/Slash/OurNet/Standalone.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 85 | 7.0 |
branch | 0 | 40 | 0.0 |
condition | 0 | 25 | 0.0 |
subroutine | 2 | 15 | 13.3 |
pod | 0 | 13 | 0.0 |
total | 8 | 178 | 4.4 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Slash::OurNet::Standalone; | ||||||
2 | |||||||
3 | our $VERSION = '0.02'; | ||||||
4 | |||||||
5 | require CGI; | ||||||
6 | 1 | 1 | 9450 | use base 'Exporter'; | |||
1 | 3 | ||||||
1 | 293 | ||||||
7 | |||||||
8 | our @EXPORT = qw( | ||||||
9 | getCurrentVirtualUser getCurrentForm getCurrentStatic slashDisplay | ||||||
10 | getCurrentDB getUser getCurrentUser createEnvironment header | ||||||
11 | titlebar footer SetCookie timeCalc | ||||||
12 | ); | ||||||
13 | |||||||
14 | our %Sessions; | ||||||
15 | |||||||
16 | sub header { | ||||||
17 | 0 | 0 | 0 | print " |
|||
18 | } | ||||||
19 | |||||||
20 | sub footer { | ||||||
21 | 0 | 0 | 0 | print " @_ |