| line |
true |
false |
branch |
|
24
|
0 |
3 |
if (exists $self->{'outcache'} and $self->{'outcache'} ne "")
|
|
30
|
0 |
32 |
if ($bb == 0)
|
|
38
|
0 |
32 |
if $i % 60 == 56
|
|
40
|
1 |
2 |
if ($isend and $i < length $str) { }
|
|
|
2 |
0 |
elsif ($isend) { }
|
|
|
0 |
0 |
elsif ($i + 4 > length $str) { }
|
|
62
|
0 |
2 |
if (exists $self->{'incache'} and $self->{'incache'} ne "")
|
|
68
|
1 |
22 |
if $isend and substr($str, $i, 6) eq "~>"
|
|
70
|
0 |
22 |
if (substr($str, $i, 1) eq 'z') { }
|
|
|
1 |
21 |
elsif ($isend and substr($str, $i, 6) =~ /^(.{2,4})\~\>$/o) { }
|
|
88
|
0 |
2 |
if (not $isend and $i > length $str)
|