Condition Coverage

blib/lib/Attribute/Cached.pm
Criterion Covered Total %
condition 4 11 36.3


or 2 conditions

line l !l condition
219 2 0 $config{'key'} || $pkg->can('getCacheKey') || \&getCacheKeyDefault

or 3 conditions

line l !l&&r !l&&!r condition
213 2 0 0 $config{'time'} || $pkg->can('getCacheTime')
218 0 2 0 $config{'cache'} || $pkg->can('getCache')
222 0 0 2 $config{'transform'} || $pkg->can('cacheTransform')