Condition Coverage

blib/lib/Module/Install/RTx.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
98 0 0 0 $installdirs and $installdirs eq 'vendor'
158 0 0 0 $path{'var'} and -d $RT::MasonDataDir
229 0 0 0 $sorted[0] eq '4.0.0' and !$self->perl_version || '5.008003' > $self->perl_version
232 0 0 0 $sorted[0] eq '4.2.0' and !$self->perl_version || '5.010001' > $self->perl_version

or 2 conditions

line l !l condition
22 0 0 $extra_args ||= {}
256 0 0 $self->Meta->{'values'}{'x_requires_rt_plugins'} || []
281 0 0 $msg ||= "\n**** Warning: Your installed version of RT (%s) is too new; this extension\n has not been tested on your version of RT and may not work as expected.\n"

or 3 conditions

line l !l&&r !l&&!r condition
229 0 0 0 !$self->perl_version || '5.008003' > $self->perl_version
232 0 0 0 !$self->perl_version || '5.010001' > $self->perl_version