blib/lib/XAO/PageSupport.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package XAO::PageSupport; | ||||||
2 | require 5.010; | ||||||
3 | 22 | 22 | 126 | use strict; | |||
22 | 38 | ||||||
22 | 553 | ||||||
4 | 22 | 22 | 108 | use warnings; | |||
22 | 37 | ||||||
22 | 1538 | ||||||
5 | |||||||
6 | require DynaLoader; | ||||||
7 | |||||||
8 | our $VERSION = 2.3; | ||||||
9 | our @ISA = qw(DynaLoader); | ||||||
10 | |||||||
11 | bootstrap XAO::PageSupport $VERSION; | ||||||
12 | |||||||
13 | 1; | ||||||
14 | __END__ |