blib/lib/Business/OnlinePayment/Jety.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 31 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
143 | 0 | 0 | 0 | defined $content{$value} and $content{$value} ne '' |
200 | 0 | 0 | 0 | $self->can($_) and $self->$_ |
210 | 0 | 0 | 0 | $start &&= str2time($start) |
215 | 0 | 0 | 0 | $end &&= str2time($end) |
227 | 0 | 0 | 0 | $filename =~ /^\w+_RET(\d{8}).csv$/ and $1 >= $start |
0 | 0 | 0 | $filename =~ /^\w+_RET(\d{8}).csv$/ and $1 >= $start and $1 <= $end |
line | l | !l | condition |
---|---|---|---|
222 | 0 | 0 | $ftp->cwd($path) or die "can't chdir to $path\n" |
241 | 0 | 0 | $i ||= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
124 | 0 | 0 | 0 | not defined $$self{'_content'}{$_} or $$self{'_content'}{$_} eq '' |
211 | 0 | 0 | 0 | $start ||= time - 86400 |
216 | 0 | 0 | 0 | $end ||= time |