Condition Coverage

blib/lib/ESPPlus/Storage/Reader.pm
Criterion Covered Total %
condition 3 6 50.0


and 3 conditions

line !l l&&!r l&&r condition
84 2 1 0 eof $handle and not length $$buffer
128 0 2 0 $$buffer =~ /H=(?>\d+);/ and $ESPPlus::Storage::Reader::COMPRESS_MAGIC_NUMBER eq substr($$buffer, $-[0] + substr($$buffer, $-[0] + 2, $+[0] - $-[0] - 3), length $ESPPlus::Storage::Reader::COMPRESS_MAGIC_NUMBER)