blib/lib/Script/Toolbox/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 31 | 38.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 3 | 5 | 0 | defined $ops and not defined $self->{'ops'} |
301 | 0 | 0 | 0 | ref \$param->[0] eq 'SCALAR' and ref $param->[1] eq 'ARRAY' |
489 | 1 | 1 | 0 | ref $fs eq '' && ref $cb eq 'CODE' |
490 | 1 | 0 | 1 | ref $fs eq '' && !defined($cb) |
491 | 1 | 1 | 0 | ref $fs eq 'CODE' && ref $cb eq '' && defined $cb |
492 | 1 | 0 | 1 | ref $fs eq 'CODE' && !defined($cb) |
1029 | 0 | 0 | 0 | defined $_->{'value'} and defined $_->{'label'} |
1196 | 0 | 0 | 0 | $o <= $maxNum and $o > -1 |
line | l | !l | condition |
---|---|---|---|
570 | 9 | 0 | &Open($file) || (return undef) |
650 | 5 | 0 | &Open($file) || (return undef) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
190 | 0 | 0 | 0 | $canal =~ /^\s*>/ or $canal =~ /^\s*[|]/ |