Condition Coverage

blib/lib/CGI/Application/Plugin/DebugMessage.pm
Criterion Covered Total %
condition 6 20 30.0


and 3 conditions

line !l l&&!r l&&r condition
51 0 0 1 $footer and ref $footer eq 'ARRAY'
0 0 1 $footer and ref $footer eq 'ARRAY' and @{$footer;}
56 0 0 2 ref $message eq 'ARRAY' and @{$message;}
0 0 2 ref $message eq 'ARRAY' and @{$message;} and ref $$message[0] eq "${prefix}::Caller"
99 0 0 0 $icode eq undef and $match > 0
103 0 0 0 not $$ref =~ /^(?:$re_euc)*$/o and $str =~ /^(?:$re_sjis)*$/o

or 2 conditions

line l !l condition
33 1 1 $self->param("${prefix}_footer") || []