Condition Coverage

blib/lib/Locale/Maketext/Simple.pm
Criterion Covered Total %
condition 11 27 40.7


or 2 conditions

line l !l condition
115 3 1 $args{'Style'} ||= 'maketext'
116 0 4 $args{'Export'} ||= 'loc'
117 0 4 $args{'Subclass'} ||= 'I18N'
124 0 4 $loc_lang || sub { 1; }
143 0 0 $args{'Decode'} || 0
144 0 0 $args{'Encoding'} || undef

or 3 conditions

line l !l&&r !l&&!r condition
114 0 4 0 $args{'Class'} ||= caller
120 0 4 0 $loc ||= $class->default_loc(%args)
141 0 0 0 $args{'Path'} || $class->auto_path($args{'Class'})
249 1 8 0 $2 || shift()
250 1 0 1 $4 || "$3s"