blib/lib/Lingua/GA/Gramadoir/Languages.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 16 | 16 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Lingua::GA::Gramadoir::Languages; | ||||||
2 | |||||||
3 | 1 | 1 | 22439 | use strict; | |||
1 | 2 | ||||||
1 | 35 | ||||||
4 | 1 | 1 | 5 | use warnings; | |||
1 | 2 | ||||||
1 | 32 | ||||||
5 | 1 | 1 | 981 | use Locale::Maketext 1.01; | |||
1 | 14622 | ||||||
1 | 37 | ||||||
6 | 1 | 1 | 10 | use base qw(Locale::Maketext); | |||
1 | 1 | ||||||
1 | 147 | ||||||
7 | |||||||
8 | 1; |