Branch Coverage

blib/lib/Math/PartialOrder/Caching.pm
Criterion Covered Total %
branch 8 14 57.1


line true false branch
117 0 2 unless @_
137 0 14 defined $_[1] && defined $_[2] && $_[0]->has_types($_[1], $_[2]) && defined($cached = $_[0]->_get_cached_in($_[1], $_[2])) ? :
212 0 20 defined($cached = $_[0]->_get_cached_op('lub', $_[1], $_[2])) ? :
224 0 2 defined($cached = $_[0]->_get_cached_op('glb', $_[1], $_[2])) ? :
243 114 50 unless @_
263 0 14 exists $_[0]{'incache'}{$_[1] . $CACHE_KEY_SEP . $_[2]} ? :
278 0 22 exists $_[0]{'opcache'}{$_[1] . $CACHE_KEY_SEP . $_[2] . $CACHE_KEY_SEP . $_[3]} ? :