File Coverage

blib/lib/SyForm/ViewFieldRole/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::ViewFieldRole::Bootstrap;
2             BEGIN {
3 3     3   1695 $SyForm::ViewFieldRole::Bootstrap::AUTHORITY = 'cpan:GETTY';
4             }
5             # ABSTRACT:
6             $SyForm::ViewFieldRole::Bootstrap::VERSION = '0.103';
7 3     3   31 use Moo::Role;
  3         7  
  3         18  
8              
9             1;
10              
11             __END__
12              
13             =pod
14              
15             =head1 NAME
16              
17             SyForm::ViewFieldRole::Bootstrap -
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