Condition Coverage

blib/lib/Net/Amazon/MechanicalTurk/BaseObject.pm
Criterion Covered Total %
condition 3 24 12.5


and 3 conditions

line !l l&&!r l&&r condition
122 0 0 0 $debug and not $debug =~ /^(0|no|false)$/i

or 3 conditions

line l !l&&r !l&&!r condition
82 0 18 0 ref $self || $self
97 0 523 0 shift() || $attr
99 0 523 0 ref $self || $self
119 0 0 0 ref $self || $self
122 0 0 0 UNIVERSAL::isa($debug, 'CODE') or UNIVERSAL::isa($debug, 'GLOB')
0 0 0 UNIVERSAL::isa($debug, 'CODE') or UNIVERSAL::isa($debug, 'GLOB') or UNIVERSAL::can($debug, 'debugMessage')
0 0 0 $debug =~ /^STDERR$/i or $debug =~ /^(1|yes|true)$/i