File Coverage

blib/lib/PkgForge/BuildCommand/Reporter.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package PkgForge::BuildCommand::Reporter; # -*-perl-*-
2 1     1   801 use strict;
  1         3  
  1         39  
3 1     1   6 use warnings;
  1         4  
  1         48  
4              
5             # $Id: Reporter.pm.in 16577 2011-04-05 09:58:25Z squinney@INF.ED.AC.UK $
6             # $Source:$
7             # $Revision: 16577 $
8             # $HeadURL: https://svn.lcfg.org/svn/source/tags/PkgForge-Server/PkgForge_Server_1_1_10/lib/PkgForge/BuildCommand/Reporter.pm.in $
9             # $Date: 2011-04-05 10:58:25 +0100 (Tue, 05 Apr 2011) $
10              
11             our $VERSION = '1.1.10';
12              
13 1     1   5 use Moose::Role;
  1         3  
  1         9  
14              
15             with 'PkgForge::BuildCommand';
16              
17 1     1   6708 no Moose::Role;
  1         2  
  1         6  
18              
19             1;
20             __END__