Condition Coverage

blib/lib/Catalyst/Plugin/CachedUriForAction.pm
Criterion Covered Total %
condition 16 19 84.2


and 3 conditions

line !l l&&!r l&&r condition
37 0 0 57 $dispatcher && $dispatcher->{'Catalyst::Plugin::CachedUriForAction::action_uri_info'}
41 7 20 30 @_ && 'ARRAY' eq ref $_[0]
42 16 39 2 @_ && 'SCALAR' eq ref $_[-1]
43 17 20 20 @_ && 'HASH' eq ref $_[-1]
47 54 2 1 ref $action and do {

or 2 conditions

line l !l condition
27 15 33 $n_args || 0
100 0 20 $URI::DEFAULT_QUERY_FORM_DELIMITER || '&'