File Coverage

blib/lib/OCBNET/Image/GM.pm
Criterion Covered Total %
statement 10 12 83.3
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 16 87.5


line stmt bran cond sub pod time code
1             ###################################################################################################
2             # Copyright 2013/2014 by Marcel Greter
3             # This file is part of OCBNET-WebSprite (GPL3)
4             ####################################################################################################
5             package OCBNET::Image::GM;
6             ####################################################################################################
7             our $VERSION = '1.0.1';
8             ####################################################################################################
9              
10 4     4   21 use Carp;
  4         7  
  4         327  
11 4     4   20 use strict;
  4         8  
  4         110  
12 4     4   4308 use warnings;
  4         733  
  4         813  
13              
14             ####################################################################################################
15              
16 4     4   2208 use Graphics::Magick;
  0            
  0            
17             use base qw(Graphics::Magick);
18              
19             ####################################################################################################
20             ####################################################################################################
21             1;