Branch Coverage

blib/lib/EBook/Ishmael/CharDet/UTF8.pm
Criterion Covered Total %
branch 17 24 70.8


line true false branch
31 0 3410 if $self->{'Bad'}
32 0 3410 if $self->{'MBs'} >= $THRESHOLD
36 53653 349 if (not defined $self->{'Code'}) { }
38 53386 267 if (not $b & 128) { }
150 117 elsif ($b >> 5 == 6) { }
102 15 elsif ($b >> 4 == 14) { }
0 15 elsif ($b >> 3 == 30) { }
59 19 330 if ($b >> 6 != 2)
65 233 97 if ($self->{'Left'} == 0)
69 33 200 if $self->{'MBs'} >= $THRESHOLD
82 0 0 if ($self->{'Bad'} or $self->{'MBs'} == 0)
87 0 0 if ($self->{'MBs'} < 6) { }