Branch Coverage

blib/lib/PDF/Builder/Basic/PDF/Filter/RunLengthDecode.pm
Criterion Covered Total %
branch 14 20 70.0


line true false branch
32 6 0 if ($input =~ /^(.*?)((.)\3{1,127})(.*)$/so) { }
48 4 2 if length $unrepeated > 0
53 6 0 if (length $repeated)
59 1 1 if $include_eod
71 0 2 if (exists $self->{'incache'})
81 1 10 if ($length == 128)
86 0 10 if (length $input == 1 and not $is_terminated)
92 6 4 if ($length > 128) { }
93 0 6 if (length $input == 1)
106 0 4 if (length $input < $length + 2)