Condition Coverage

blib/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

line !l l&&!r l&&r condition
33 0 0 0 @{$self->db_schema;} == 1 and $self->db_schema->[0] ne "%"
0 0 0 @{$self->db_schema;} == 1 and $self->db_schema->[0] ne "%" and lc $self->db_schema->[0] ne lc $current_schema
237 0 0 0 $info->{'data_type'} =~ /timestamp/i and ref $info->{'size'}
0 0 0 $info->{'data_type'} =~ /timestamp/i and ref $info->{'size'} and $info->{'size'}[0] == 0
0 0 0 $info->{'data_type'} =~ /^interval year to month\z/i and ref $info->{'size'}
0 0 0 $info->{'data_type'} =~ /^interval day to second\z/i and ref $info->{'size'}
0 0 0 lc $info->{'data_type'} eq "urowid" and $info->{'size'} == 4000
289 0 0 0 $day_precision == 2 and $second_precision == 6
307 0 0 0 $info->{'size'}[0] == 2 and $info->{'size'}[1] == 6

or 2 conditions

line l !l condition
393 0 0 &try(sub { lc ${$info->{'default_value'};}; } ) || ''

or 3 conditions

line l !l&&r !l&&!r condition
201 0 0 0 $seq_schema || $table->schema