| blib/lib/Text/Xslate/Bridge/TypeDeclaration.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 14 | 78.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 34 | 0 | 0 | 14 | ref $args and ref $args eq 'HASH' | 
| 102 | 15 | 0 | 129 | $type && &blessed($type) && $type->can('check') | 
| line | l | !l | condition | 
|---|---|---|---|
| 119 | 20 | 15 | 'Text::Xslate'->current_engine->{'type'} || '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 53 | 1 | 2 | 50 | $DISABLE_VALIDATION or not $args->{'validate'} | 
| 94 | 4 | 5 | 177 | not defined $name_or_struct or $name_or_struct eq '' |