blib/lib/Karas/Row.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 28 | 46.4 |
line | true | false | branch |
---|---|---|---|
28 | 0 | 9 | if ref $class |
31 | 0 | 21 | unless defined $col |
32 | 0 | 21 | if $col =~ /^__private/ |
35 | 11 | 1 | if (@_ == 1) { } |
1 | 0 | elsif (@_ == 2) { } | |
37 | 0 | 11 | unless exists $_[0]{$col} |
41 | 0 | 1 | if ref $_[1] |
52 | 0 | 2 | unless ($self->primary_key) |
64 | 0 | 2 | unless @_ == 2 |
65 | 0 | 2 | unless defined $col |
66 | 0 | 2 | unless exists $$self{$col} |
67 | 0 | 2 | if $col =~ /^__private/ |
73 | 0 | 0 | unless @_ == 3 |
74 | 0 | 0 | if ref $val |