File Coverage

blib/lib/Form/Factory/Control/Role/MultiLine.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Form::Factory::Control::Role::MultiLine;
2             $Form::Factory::Control::Role::MultiLine::VERSION = '0.022';
3 1     1   524 use Moose::Role;
  1         1  
  1         6  
4              
5             # ABSTRACT: multiline controls
6              
7              
8             1;
9              
10             __END__
11              
12             =pod
13              
14             =encoding UTF-8
15              
16             =head1 NAME
17              
18             Form::Factory::Control::Role::MultiLine - multiline controls
19              
20             =head1 VERSION
21              
22             version 0.022
23              
24             =head1 DESCRIPTION
25              
26             Marks controls that have a multiline text entry.
27              
28             =head1 AUTHOR
29              
30             Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
31              
32             =head1 COPYRIGHT AND LICENSE
33              
34             This software is copyright (c) 2015 by Qubling Software LLC.
35              
36             This is free software; you can redistribute it and/or modify it under
37             the same terms as the Perl 5 programming language system itself.
38              
39             =cut