| 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 | 8164 | use strict; | |||
| 4 | 8 | ||||||
| 4 | 143 | ||||||
| 4 | 4 | 4 | 17 | use warnings; | |||
| 4 | 5 | ||||||
| 4 | 113 | ||||||
| 5 | |||||||
| 6 | 4 | 4 | 460 | use parent qw/Enbld::Target::AttributeExtension::Word/; | |||
| 4 | 252 | ||||||
| 4 | 20 | ||||||
| 7 | |||||||
| 8 | sub is_omitable { | ||||||
| 9 | 61 | 61 | 0 | 340 | return 1; | ||
| 10 | } | ||||||
| 11 | |||||||
| 12 | 1; |