| line |
true |
false |
branch |
|
64
|
0 |
0 |
if ($self->testRegExpr($text, "^(msgid_plural|msgid|msgstr|msgctxt)", 0, 0, 0, undef, 0, "#stay", "Keyword")) |
|
72
|
0 |
0 |
if ($self->testRegExpr($text, "#\\..*\$", 0, 0, 0, undef, 1, "#stay", "Automatic Comment")) |
|
80
|
0 |
0 |
if ($self->testRegExpr($text, "#:.*\$", 0, 0, 0, undef, 1, "#stay", "Reference")) |
|
88
|
0 |
0 |
if ($self->testRegExpr($text, "#,.*\$", 0, 0, 0, undef, 1, "#stay", "Flag")) |
|
96
|
0 |
0 |
if ($self->testRegExpr($text, "#.*\$", 0, 0, 0, undef, 1, "#stay", "Translator Comment")) |
|
103
|
0 |
0 |
if ($self->testRegExpr($text, "\\\\.", 0, 0, 0, undef, 0, "#stay", "Char")) |
|
110
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "String", "String")) |
|
117
|
0 |
0 |
if ($self->testRegExpr($text, "\\[\\d+\\]", 0, 0, 0, undef, 0, "#stay", "Index")) |
|
129
|
0 |
0 |
if ($self->testRegExpr($text, "\\\\.", 0, 0, 0, undef, 0, "#stay", "Char")) |
|
136
|
0 |
0 |
if ($self->testDetectChar($text, "\"", 0, 0, 0, undef, 0, "#pop", "String")) |