Condition Coverage

blib/lib/Siffra/Tools.pm
Criterion Covered Total %
condition 2 20 10.0


and 3 conditions

line !l l&&!r l&&r condition
126 0 0 1 &blessed($self) and $self->isa('Siffra::Tools')
354 0 0 0 $file and -e $file
425 0 0 0 $out and not $out =~ /\$/u
589 0 0 0 $errorCode > 0 and $errorCode != 2012

or 2 conditions

line l !l condition
19 0 1 $ENV{'DEBUG'} // 0
462 0 0 $parameters{'sep_char'} // ','
463 0 0 $parameters{'quote_char'} // '"'
464 0 0 $parameters{'encoding'} // 'iso-8859-1'