Condition Coverage

web/cgi-bin/yatt.lib/YATT/Exception.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
74 0 0 0 ref $err and UNIVERSAL::isa($err, 'YATT::Exception')
0 0 0 ref $err and UNIVERSAL::isa($err, 'YATT::Exception') and not $$err{'cf_error'}
83 0 0 0 ref $err and UNIVERSAL::isa($err, 'YATT::Exception')
0 0 0 ref $err and UNIVERSAL::isa($err, 'YATT::Exception') and not $$err{'cf_error'}
0 0 0 ref $err and UNIVERSAL::isa($err, 'YATT::Exception') and not $$err{'cf_error'} and $$err{'cf_retry'}
0 0 0 ref $err and UNIVERSAL::isa($err, 'YATT::Exception') and not $$err{'cf_error'} and $$err{'cf_retry'} and ref $$err{'cf_retry'} eq 'ARRAY'