File Coverage

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   534706 use strict;
  2         12  
  2         62  
4 2     2   12 use warnings;
  2         5  
  2         57  
5 2     2   12 use base 'Alien::Base';
  2         5  
  2         662  
6              
7             # ABSTRACT: Install hunspell
8             our $VERSION = '0.15'; # VERSION
9              
10              
11              
12              
13             1;
14              
15             __END__