Condition Coverage

blib/lib/EB/Report/GenBase.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
63 0 0 0 not defined $gen and $t = $opts->{'output'}
0 0 0 not defined $gen and $t = $opts->{'output'} and $t =~ /\.([^.]+)$/
95 0 0 0 $opts->{'output'} and $opts->{'output'} ne '-'

or 2 conditions

line l !l condition
70 0 0 $gen ||= 'text'

or 3 conditions

line l !l&&r !l&&!r condition
27 0 0 0 ref $class || $class
65 0 0 0 $extmap{$ext} || $ext
73 0 0 0 $opts->{'backend'} || (ref $self || $self) . '::' . ucfirst($gen)
120 0 0 0 defined $opts->{'boekjaar'} or defined $opts->{'d_boekjaar'}
196 0 0 0 ref $self || $self