blib/lib/WebDAO/Config.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 20 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 16 | 0 | 0 | $PERL_SINGLE_QUOTE and $quote eq q['] |
133 | 0 | 4 | 0 | ref $data and UNIVERSAL::isa($data, 'IO::Handle') || ref $data eq 'GLOB' |
line | l | !l | condition |
---|---|---|---|
226 | 3 | 0 | 'IO::File'->new("< $file") || die("${file}: $!") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
92 | 16 | 10 | 2 | defined $quote or length $unquoted |
26 | 2 | 0 | defined $quote or length $unquoted or length $delim | |
133 | 1 | 0 | 3 | UNIVERSAL::isa($data, 'IO::Handle') || ref $data eq 'GLOB' |
1 | 0 | 3 | ref $data and UNIVERSAL::isa($data, 'IO::Handle') || ref $data eq 'GLOB' or UNIVERSAL::isa($data, 'Tie::Handle') |