File Coverage

blib/lib/Enbld/Target/Attribute/DarwinArgument.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod 0 1 0.0
total 12 15 80.0


line stmt bran cond sub pod time code
1             package Enbld::Target::Attribute::DarwinArgument;
2              
3 2     2   2814 use strict;
  2         3  
  2         46  
4 2     2   7 use warnings;
  2         3  
  2         45  
5              
6 2     2   347 use parent qw/Enbld::Target::AttributeExtension::Command/;
  2         203  
  2         7  
7              
8             sub is_omitable {
9 0     0 0   return 1;
10             }
11              
12             1;