File Coverage

blib/lib/SyForm/FieldRole/Bootstrap.pm
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 6 6 100.0


line stmt bran cond sub pod time code
1             package SyForm::FieldRole::Bootstrap;
2             BEGIN {
3 6     6   3271 $SyForm::FieldRole::Bootstrap::AUTHORITY = 'cpan:GETTY';
4             }
5             # ABSTRACT: SyForm::ViewFieldRole::Bootstrap configuration of the field
6             $SyForm::FieldRole::Bootstrap::VERSION = '0.103';
7 6     6   38 use Moo::Role;
  6         19  
  6         49  
8              
9             1;
10              
11             __END__
12              
13             =pod
14              
15             =head1 NAME
16              
17             SyForm::FieldRole::Bootstrap - SyForm::ViewFieldRole::Bootstrap configuration of the field
18              
19             =head1 VERSION
20              
21             version 0.103
22              
23             =head1 AUTHOR
24              
25             Torsten Raudssus <torsten@raudss.us>
26              
27             =head1 COPYRIGHT AND LICENSE
28              
29             This software is copyright (c) 2014 by Torsten Raudssus.
30              
31             This is free software; you can redistribute it and/or modify it under
32             the same terms as the Perl 5 programming language system itself.
33              
34             =cut