blib/lib/Data/iRealPro/Output/JSON.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 12 | 25.0 |
line | true | false | branch |
---|---|---|---|
37 | 0 | 0 | $obj =~ /=ARRAY\(/ ? : |
3 | 0 | $obj =~ /=HASH\(/ ? : | |
52 | 0 | 1 | if $self->{'verbose'} |
57 | 1 | 0 | if (ref $self->{'output'}) { } |
0 | 0 | elsif ($self->{'output'} eq '-') { } | |
66 | 0 | 0 | unless open my $fd, '>:utf8', $self->{'output'} |