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 | 10540 | use strict; | |||
4 | 9 | ||||||
4 | 142 | ||||||
4 | 4 | 4 | 22 | use warnings; | |||
4 | 8 | ||||||
4 | 119 | ||||||
5 | |||||||
6 | 4 | 4 | 807 | use parent qw/Enbld::Target::AttributeExtension::Word/; | |||
4 | 342 | ||||||
4 | 27 | ||||||
7 | |||||||
8 | sub is_omitable { | ||||||
9 | 61 | 61 | 0 | 783 | return 1; | ||
10 | } | ||||||
11 | |||||||
12 | 1; |