File Coverage

blib/lib/Test/Run/Iface.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Test::Run::Iface;
2              
3 1     1   1497 use strict;
  1         2  
  1         30  
4 1     1   4 use warnings;
  1         2  
  1         37  
5              
6 1     1   4 use MRO::Compat;
  1         2  
  1         30  
7              
8             1;
9              
10             =head1 NAME
11              
12             Test::Run::Iface
13              
14             =head1 LICENSE
15              
16             This file is licensed under the MIT X11 License:
17              
18             http://www.opensource.org/licenses/mit-license.php
19              
20             =cut