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.05';
3             # ABSTRACT: Moo-Types for OTRS::OPM::Installer
4              
5 11     11   90 use strict;
  11         25  
  11         355  
6 11     11   65 use warnings;
  11         24  
  11         391  
7              
8             1;
9              
10             __END__