File Coverage

blib/lib/Metabrik/Repository.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             #
2             # $Id$
3             #
4             package Metabrik::Repository;
5 1     1   505 use strict;
  1         2  
  1         29  
6 1     1   5 use warnings;
  1         2  
  1         58  
7              
8             # Breaking.Feature.Fix
9             our $VERSION = '1.41';
10             our $FIX = '0';
11              
12             1;
13              
14             __END__