Branch Coverage

lib/Kephra/Edit/Goto.pm
Criterion Covered Total %
branch 0 56 0.0


line true false branch
14 0 0 if $pos < 0
24 0 0 unless $pos
30 0 0 if $pos < 0
31 0 0 if $pos < 0
32 0 0 if $pos > $max
44 0 0 if $ep->GetLineVisible($line)
58 0 0 unless $line == &Wx::wxCANCEL
64 0 0 if defined $pos
80 0 0 if $ep->BraceMatch($pos - 1) > -1
84 0 0 if $ep->BraceMatch($newpos) > $newpos
85 0 0 if not $braceleft and $newpos == $ep->BraceMatch($pos) + 1
86 0 0 $newpos > -1 ? :
94 0 0 if $ep->BraceMatch($pos - 1) > -1 and $ep->BraceMatch($pos) == -1
99 0 0 if $ep->BraceMatch($newpos) > $newpos
100 0 0 if not $braceleft and $newpos == $ep->BraceMatch($pos)
101 0 0 $newpos > -1 ? :
109 0 0 if $matchpos == -1
110 0 0 if ($matchpos == -1) { }
112 0 0 if ($matchpos < $pos) { }
113 0 0 $braceright ? :
124 0 0 if ($next_open == -1 and $next_close == -1) { }
129 0 0 $next_open > $next_close ? :
142 0 0 if $matchpos == -1
143 0 0 if ($matchpos == -1) { }
145 0 0 if ($matchpos > $pos) { }
146 0 0 $braceleft ? :
157 0 0 if ($next_open == -1 and $next_close == -1) { }
162 0 0 $next_open < $next_close ? :