blib/lib/POE/Component/IKC.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 POE::Component::IKC; | ||||||
2 | # $Id: IKC.pm 1247 2014-07-07 09:06:34Z fil $ | ||||||
3 | |||||||
4 | 1 | 1 | 903 | use strict; | |||
1 | 2 | ||||||
1 | 46 | ||||||
5 | 1 | 1 | 6 | use vars qw( $VERSION ); | |||
1 | 2 | ||||||
1 | 88 | ||||||
6 | $VERSION='0.2402'; | ||||||
7 | |||||||
8 | # Force CPAN to see this | ||||||
9 | |||||||
10 | sub DEBUG () { 0 } | ||||||
11 | |||||||
12 | |||||||
13 | 1; | ||||||
14 |