Condition Coverage

lib/Cache/Static.pm
Criterion Covered Total %
condition 10 27 37.0


and 3 conditions

line !l l&&!r l&&r condition
314 0 0 0 $val->isa('XML::Comma::Doc') and _has_timestamp('XML::Comma')

or 2 conditions

line l !l condition
592 0 0 shift() || ''
610 0 0 $output || die("couldn't print $output to ${file}: $!")
642 35 0 "$level $date [$$] $args\n" || die(qq[can't write to log "$LOGFILE": $!])

or 3 conditions

line l !l&&r !l&&!r condition
198 0 0 0 not $ns or $ns eq 'DEFAULT'
255 0 0 45 $namespace =~ m[/] or grep /^$namespace$/, @ILLEGAL_NAMESPACES
261 2 0 7 $args{'namespace'} || $namespace
421 2 0 16 $args{'namespace'} || $namespace
535 1 0 17 $CONF{$ns}{$var} || $CONF{'DEFAULT'}{$var}
543 1 0 7 $args{'namespace'} || $namespace