Condition Coverage

blib/lib/Hey/Common.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
137 0 0 0 $in =~ /^\d+$/ and $in > 0
171 0 0 0 $in =~ /^\d+$/ and $in <= 0

or 2 conditions

line l !l condition
78 0 0 shift() || 16
79 0 0 shift() || 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'
129 0 0 lc shift() || (return undef)
163 0 0 lc shift() || (return 'true')
216 0 0 $param{'host'} || $param{'Host'} || 'localhost'
246 0 0 shift() || 0

or 3 conditions

line l !l&&r !l&&!r condition
217 0 0 0 $param{'from'} || $param{'From'}
218 0 0 0 $param{'content'} || $param{'Content'}
219 0 0 0 $param{'to'} || $param{'To'}