| 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 | 159 | use strict; | |||
| 22 | 44 | ||||||
| 22 | 646 | ||||||
| 4 | 22 | 22 | 119 | use warnings; | |||
| 22 | 40 | ||||||
| 22 | 1773 | ||||||
| 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__ |