blib/lib/CCfnX/UserData.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 18 | 77.7 |
line | true | false | branch |
---|---|---|---|
12 | 0 | 8 | if ref $line |
16 | 8 | 14 | $_ =~ /^#\-\#(.*?)\#\-\#$/ ? : |
25 | 1 | 7 | if ($tfighter =~ /^([A-Za-z0-9:-]+?)\-\>([A-Za-z0-9.:-]+?)$/) { } |
3 | 4 | elsif ($tfighter =~ /^Parameter\(['"]{0,1}([A-Za-z0-9:_-]+?)['"]{0,1}\)$/) { } | |
3 | 1 | elsif ($tfighter =~ /^Attribute\(([A-Za-z0-9.:_-]+?)\)$/) { } | |
1 | 0 | elsif ($tfighter =~ /^([A-Za-z0-9:-]+)$/) { } | |
42 | 8 | 0 | if (defined $self->text) { } |
43 | 0 | 8 | if (ref $self->text eq 'ARRAY') { } |
56 | 16 | 6 | !ref($_) || ref $_ eq 'HASH' ? : |