File Coverage

blib/lib/Lingua/HPSG/FeatureStructure/PartOfSpeech/Adjective.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::HPSG::FeatureStructure::PartOfSpeech::Adjective;
2              
3 1     1   1079 use warnings;
  1         2  
  1         27  
4 1     1   6 use strict;
  1         3  
  1         65  
5              
6             =head1 NAME
7              
8             Lingua::HPSG::FeatureStructure::PartOfSpeech::Adjective - feat-struc type from p.61
9              
10             =head1 VERSION
11              
12             Version 0.01
13              
14             =cut
15              
16             our $VERSION = '0.01';
17              
18              
19             =head1 SYNOPSIS
20              
21             =head1 AUTHOR
22              
23             C.J. Adams-Collier, C<< >>
24              
25             =head1 BUGS
26              
27             Please report any bugs or feature requests to C, or through
28             the web interface at L. I will be notified, and then you'll
29             automatically be notified of progress on your bug as I make changes.
30              
31              
32              
33              
34             =head1 SUPPORT
35              
36             You can find documentation for this module with the perldoc command.
37              
38             perldoc Lingua::HPSG
39              
40              
41             You can also look for information at:
42              
43             =over 4
44              
45             =item * RT: CPAN's request tracker
46              
47             L
48              
49             =item * AnnoCPAN: Annotated CPAN documentation
50              
51             L
52              
53             =item * CPAN Ratings
54              
55             L
56              
57             =item * Search CPAN
58              
59             L
60              
61             =back
62              
63              
64             =head1 ACKNOWLEDGEMENTS
65              
66              
67             =head1 COPYRIGHT & LICENSE
68              
69             Copyright 2009 C.J. Adams-Collier, all rights reserved.
70              
71             This program is free software; you can redistribute it and/or modify it
72             under the same terms as Perl itself.
73              
74              
75             =cut
76              
77             1; # End of Lingua::HPSG::FeatureStructure::PartOfSpeech::Adjective