| blib/lib/Siffra/Tools.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 20 | 10.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 123 | 0 | 0 | 1 | &blessed($self) and $self->isa('Siffra::Tools') |
| 351 | 0 | 0 | 0 | $file and -e $file |
| 403 | 0 | 0 | 0 | $out and not $out =~ /\$/u |
| 546 | 0 | 0 | 0 | $errorCode > 0 and $errorCode != 2012 |
| line | l | !l | condition |
|---|---|---|---|
| 19 | 0 | 1 | $ENV{'DEBUG'} // 0 |
| 440 | 0 | 0 | $parameters{'sep_char'} // ',' |
| 441 | 0 | 0 | $parameters{'quote_char'} // '"' |
| 442 | 0 | 0 | $parameters{'encoding'} // 'iso-8859-1' |