File: | C4/TmplToken.pm |
Coverage: | 10.0% |
line | % | coverage | branch | |
---|---|---|---|---|
67 | 0 | T | F | ref $_[0] eq 'HASH' ? : |
80 | 50 | T | F | ref $_[0] eq 'ARRAY' ? : |
88 | 0 | T | F | $_->type == &C4::TmplTokenType::TAG() && $_->string =~ /^<input\b/is ? : |
0 | T | F | $_->type == &C4::TmplTokenType::DIRECTIVE() ? : | |
97 | 0 | T | F | $_->type == &C4::TmplTokenType::TAG() && $_->string =~ /^<a\b/is ? : |