Branch Coverage

lib/Mojolicious/Plugin/SessionCompress.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
14 1 1 exists $$conf{'min_size'} ? :
15 1 1 if (exists $$conf{'compress'} and exists $$conf{'decompress'}) { }
32 1 1 if $status != Compress::Zlib::Z_STREAM_END() or length $inflated <= 1
37 1 1 if (exists $$conf{'serialize'} and exists $$conf{'deserialize'}) { }
49 4 4 if length $serialized < $min_size