Branch Coverage

blib/lib/Syntax/Highlight/Engine/Kate/M3U.pm
Criterion Covered Total %
branch 1 10 10.0


line true false branch
59 0 0 if ($self->testRegExpr($text, ':\\d+', 0, 0, 0, undef, 0, '#stay', 'Lenght'))
66 0 0 if ($self->testRegExpr($text, ',.*$', 0, 0, 0, undef, 0, '#pop', 'Descr'))
79 2 0 if ($self->testStringDetect($text, '#EXTM3U', 0, 0, 0, 0, 0, '#pop', 'M3USpec'))
87 0 0 if ($self->testStringDetect($text, '#EXTINF', 0, 0, 0, 0, 0, 'FindEXTINF', 'EXTINF'))
94 0 0 if ($self->testRegExpr($text, '#.*$', 0, 0, 0, undef, 1, '#stay', 'Comment'))