File Coverage

blib/lib/Enbld/Target/Attribute/AllowedCondition.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 14 15 93.3


line stmt bran cond sub pod time code
1             package Enbld::Target::Attribute::AllowedCondition;
2              
3 4     4   6076 use strict;
  4         6  
  4         97  
4 4     4   12 use warnings;
  4         4  
  4         89  
5              
6 4     4   423 use parent qw/Enbld::Target::AttributeExtension::Word/;
  4         257  
  4         16  
7              
8             sub is_omitable {
9 61     61 0 309 return 1;
10             }
11              
12             1;