Condition Coverage

blib/lib/Maypole/Plugin/LinkTools.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
74 0 0 0 @_ == 1 && ref $_[0] && ref $_[0] eq 'HASH'
107 0 0 0 @_ == 1 && ref $_[0] && ref $_[0] eq 'HASH'
189 0 0 0 ref $thing and UNIVERSAL::isa($thing, 'Maypole::Model::Base')

or 2 conditions

line l !l condition
110 0 0 $args{'label'} ||= '...'
114 0 0 $args{'table'} || ''
0 0 $args{'action'} || ''
0 0 $args{'label'} || ''
158 0 0 $str ||= '...'

or 3 conditions

line l !l&&r !l&&!r condition
83 0 0 0 $args{'additional'} ||= $args{'id'}
109 0 0 0 $args{'table'} ||= $r->model_class->table