File Coverage

blib/lib/Zonemaster/Backend.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Zonemaster::Backend;
2              
3             our $VERSION = '2.0.0';
4              
5 2     2   24 use strict;
  2         5  
  2         53  
6 2     2   8 use warnings;
  2         4  
  2         53  
7 2     2   20 use 5.14.2;
  2         6  
8              
9             1;