blib/lib/EB/Report/GenBase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 26 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
64 | 0 | 0 | 0 | not defined $gen and $t = $opts->{'output'} |
0 | 0 | 0 | not defined $gen and $t = $opts->{'output'} and $t =~ /\.([^.]+)$/ | |
96 | 0 | 0 | 0 | $opts->{'output'} and $opts->{'output'} ne '-' |
line | l | !l | condition |
---|---|---|---|
71 | 0 | 0 | $gen ||= 'text' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
28 | 0 | 0 | 0 | ref $class || $class |
66 | 0 | 0 | 0 | $extmap{$ext} || $ext |
74 | 0 | 0 | 0 | $opts->{'backend'} || (ref $self || $self) . '::' . ucfirst($gen) |
121 | 0 | 0 | 0 | defined $opts->{'boekjaar'} or defined $opts->{'d_boekjaar'} |
197 | 0 | 0 | 0 | ref $self || $self |