blib/lib/Lingua/EN/SENNA.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 Lingua::EN::SENNA; | ||||||
2 | 4 | 4 | 84407 | use strict; | |||
4 | 8 | ||||||
4 | 148 | ||||||
3 | 4 | 4 | 18 | use warnings; | |||
4 | 7 | ||||||
4 | 421 | ||||||
4 | |||||||
5 | our $VERSION = '0.04'; | ||||||
6 | |||||||
7 | our $SENNA_path = $INC{"Lingua/EN/SENNA.pm"}; | ||||||
8 | $SENNA_path =~ s/\.pm$/\/third-party\/senna\//; | ||||||
9 | |||||||
10 | require XSLoader; | ||||||
11 | XSLoader::load('Lingua::EN::SENNA', $VERSION); | ||||||
12 | |||||||
13 | 1; | ||||||
14 | __END__ |