Branch Coverage

blib/lib/Sereal/Splitter.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
122 0 0 unless my $fh = 'IO::File'->new(\$blob, 'r')
130 0 0 unless $magic eq Sereal::Encoder::Constants::SRL_MAGIC_STRING() or $magic eq Sereal::Encoder::Constants::SRL_MAGIC_STRING_HIGHBIT()
144 0 0 if (my $header_data_template = $$args{'header_data_template'})
146 0 0 if ((my $where = index($header_data_template, $str_to_replace)) >= 0)