File Coverage

blib/lib/SRS/EPP/Command/Extension.pm
Criterion Covered Total %
statement 3 4 75.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod n/a
total 4 6 66.6


line stmt bran cond sub pod time code
1              
2             package SRS::EPP::Command::Extension;
3             {
4             $SRS::EPP::Command::Extension::VERSION = '0.22';
5             }
6              
7 1     1   2332 use Moose;
  1         3  
  1         5  
8             extends 'SRS::EPP::Command';
9              
10             sub match_class {
11 0     0     "XML::EPP::Extension";
12             }
13              
14             1;