File Coverage

File:/usr/local/lib/x86_64-linux-gnu/perl/5.38.2/Text/Hunspell.pm
Coverage:100.0%

linestmtbrancondsubtimecode
1package Text::Hunspell;
2
3require DynaLoader;
4
5
2
2
2
6
2
105
use vars qw/  @ISA $VERSION /;
6
7@ISA = 'DynaLoader';
8
9$VERSION = '2.16';
10
11bootstrap Text::Hunspell $VERSION;
12
13# Preloaded methods go here.
14
151;