blib/lib/Text/Xslate/Bridge/TypeDeclaration.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 14 | 78.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
33 | 0 | 0 | 14 | ref $args and ref $args eq 'HASH' |
93 | 7 | 0 | 125 | $type && &blessed($type) && $type->can('check') |
line | l | !l | condition |
---|---|---|---|
110 | 2 | 21 | 'Text::Xslate'->current_engine->{'type'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
52 | 1 | 2 | 36 | $DISABLE_VALIDATION or not $args->{'validate'} |
85 | 4 | 3 | 161 | not defined $name_or_struct or $name_or_struct eq '' |