blib/lib/DB2/Row.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 45 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
97 | 0 | 0 | 0 | $self and $self->_modified |
103 | 0 | 0 | 0 | $genColumn and not defined $self->column($genColumn) |
322 | 0 | 0 | 0 | not defined $val and defined $$self{'ORIGVALUE'}{$name} |
392 | 0 | 0 | 0 | $force_scalar && wantarray |
405 | 0 | 0 | 0 | ref $self and $self->isa('DB2::Row') |
0 | 0 | 0 | $self and $self->isa('DB2::Row') | |
423 | 0 | 0 | 0 | ref $self and $self->isa('DB2::Row') |
0 | 0 | 0 | $self and $self->isa('DB2::Row') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
45 | 0 | 0 | 0 | ref $class || $class |
322 | 0 | 0 | 0 | not exists $$self{'ORIGVALUE'}{$name} or not defined $val and defined $$self{'ORIGVALUE'}{$name} |
0 | 0 | 0 | not exists $$self{'ORIGVALUE'}{$name} or not defined $val and defined $$self{'ORIGVALUE'}{$name} or $val ne $$self{'ORIGVALUE'}{$name} | |
405 | 0 | 0 | 0 | ref $self and $self->isa('DB2::Row') or $self eq 'DB2::Row' |
0 | 0 | 0 | ref $self and $self->isa('DB2::Row') or $self eq 'DB2::Row' or $self and $self->isa('DB2::Row') | |
423 | 0 | 0 | 0 | ref $self and $self->isa('DB2::Row') or $self eq 'DB2::Row' |
0 | 0 | 0 | ref $self and $self->isa('DB2::Row') or $self eq 'DB2::Row' or $self and $self->isa('DB2::Row') |