blib/lib/Lim/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
89 | 0 | 0 | 0 | -f $real_file and -r $real_file |
112 | 0 | 0 | 0 | -f $real_file and -w $real_file |
129 | 0 | 0 | 0 | -r $file and defined(my $fh = 'IO::File'->new($file)) |
161 | 0 | 0 | 0 | defined $file and not defined $content |
253 | 0 | 0 | 0 | defined $file and -f $file |
266 | 0 | 0 | 0 | chmod $mode, $tmp->filename and chown $uid, $gid, $tmp->filename |
360 | 0 | 0 | 0 | $array and exists $$this{$k} |
528 | 0 | 0 | 0 | exists $args{'cb'} and ref $args{'cb'} eq 'CODE' |