File Coverage

blib/lib/OTRS/OPM/Installer/Types.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 OTRS::OPM::Installer::Types;
2             $OTRS::OPM::Installer::Types::VERSION = '0.02';
3 9     9   67 use strict;
  9         23  
  9         289  
4 9     9   59 use warnings;
  9         23  
  9         282  
5              
6             1;
7              
8             __END__
9              
10             =pod
11              
12             =encoding UTF-8
13              
14             =head1 NAME
15              
16             OTRS::OPM::Installer::Types
17              
18             =head1 VERSION
19              
20             version 0.02
21              
22             =head1 AUTHOR
23              
24             Renee Baecker <reneeb@cpan.org>
25              
26             =head1 COPYRIGHT AND LICENSE
27              
28             This software is Copyright (c) 2017 by Renee Baecker.
29              
30             This is free software, licensed under:
31              
32             The Artistic License 2.0 (GPL Compatible)
33              
34             =cut