Condition Coverage

blib/lib/Plack/Middleware/Cached.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
22 12 0 1 ref $self->key and ref $self->key eq 'ARRAY'
69 2 1 2 $seen++ and not defined $chunk
90 2 16 0 @options and $options[0]
109 17 0 1 blessed $app && $app->can('call')
116 0 0 13 blessed $cache and $cache->can('set')