| blib/lib/Siffra/Tools.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 30 | 6.6 |
| 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 |
| 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' |
| 661 | 0 | 0 | $parameters{'name'} // 'Progress' |
| 662 | 0 | 0 | $parameters{'count'} // 0 |
| 663 | 0 | 0 | $parameters{'remove'} // 1 |
| 664 | 0 | 0 | $parameters{'eta'} // 'linear' |
| 665 | 0 | 0 | $parameters{'silent'} // 1 |