Branch Coverage

blib/lib/EBook/Ishmael/CharDet/ISO2022.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
47 6 280405 if (not $self->{'InEscape'} and $b == 27) { }
16 280389 elsif ($self->{'InEscape'}) { }
50 10 6 if ($b >= 32 and $b <= 47) { }
6 0 elsif ($b >= 48 and $b <= 126) { }
55 4 2 if (&any(sub { $_ eq $self->{'Cur'}; } , @{$$self{"Unique"};}))
75 0 34 if ($self->{'State'} == 1) { }