| blib/lib/File/Stubb/Render.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 33 | 40 | 82.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 74 | 2 | 0 | 2 | $self->{'Defaults'} and ref $ref->{'defaults'} eq "HASH" |
| 163 | 4 | 4 | 0 | not $self->{'FollowLink'} and -l $f |
| 214 | 42 | 31 | 12 | defined $c{'SIGIL'} and $c{'SIGIL'} =~ /^\\/u |
| 256 | 19 | 0 | 4 | $self->{'CopyPerms'} and $out ne $STDOUT_PATH |
| 289 | 13 | 4 | 4 | $c{'SIGIL'} eq "\$" and not $self->{'Restricted'} |
| 9 | 4 | 4 | $c{'SIGIL'} eq "#" and not $self->{'Restricted'} | |
| 321 | 6 | 0 | 0 | -l $f and not $self->{'FollowLink'} |
| 364 | 17 | 2 | 4 | -f $json and not $self->{'IgnoreConf'} |
| line | l | !l | condition |
|---|---|---|---|
| 41 | 18 | 0 | $hidden //= 0 |
| 101 | 3 | 1 | eval "{ no strict; no warnings; $pl }" // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 219 | 42 | 12 | 31 | not defined $c{'SIGIL'} or $c{'SIGIL'} =~ /^\\/u |
| 226 | 6 | 21 | 0 | $def // $m |
| 289 | 12 | 6 | 27 | not defined $c{'SIGIL'} or $c{'SIGIL'} eq "?" |
| 18 | 6 | 21 | not defined $c{'SIGIL'} or $c{'SIGIL'} eq "?" or $c{'SIGIL'} =~ /^\\/u |