blib/lib/Alien/Hunspell.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 9 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 3 | 100.0 |
pod | n/a | ||
total | 12 | 12 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Alien::Hunspell; | ||||||
2 | |||||||
3 | 2 | 2 | 590292 | use strict; | |||
2 | 14 | ||||||
2 | 70 | ||||||
4 | 2 | 2 | 12 | use warnings; | |||
2 | 4 | ||||||
2 | 67 | ||||||
5 | 2 | 2 | 12 | use base 'Alien::Base'; | |||
2 | 5 | ||||||
2 | 778 | ||||||
6 | |||||||
7 | # ABSTRACT: Install hunspell | ||||||
8 | our $VERSION = '0.17'; # VERSION | ||||||
9 | |||||||
10 | |||||||
11 | |||||||
12 | |||||||
13 | 1; | ||||||
14 | |||||||
15 | __END__ |