blib/lib/Canella.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 13 | 92.3 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 5 | 80.0 |
pod | 0 | 1 | 0.0 |
total | 16 | 19 | 84.2 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Canella; | ||||||
2 | 1 | 1 | 621 | use 5.008005; | |||
1 | 3 | ||||||
1 | 35 | ||||||
3 | 1 | 1 | 6 | use strict; | |||
1 | 1 | ||||||
1 | 28 | ||||||
4 | 1 | 1 | 5 | use warnings; | |||
1 | 9 | ||||||
1 | 30 | ||||||
5 | 1 | 1 | 5 | use Exporter 'import'; | |||
1 | 1 | ||||||
1 | 79 | ||||||
6 | our @EXPORT_OK = qw(CTX); | ||||||
7 | |||||||
8 | our $VERSION = "0.05"; | ||||||
9 | |||||||
10 | 0 | 0 | 0 | sub CTX { $Canella::Context::CTX } | |||
11 | |||||||
12 | 1; | ||||||
13 | __END__ |