| blib/lib/Class/Entity.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 4 | 20 | 20.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 152 | 0 | 0 | unless my $sth = $dbh->prepare($query) | 
| 153 | 0 | 0 | unless $sth->execute | 
| 173 | 0 | 0 | unless my $sth = $dbh->prepare($query) | 
| 174 | 0 | 0 | unless $sth->execute | 
| 176 | 0 | 0 | unless wantarray | 
| 212 | 0 | 1 | if $AUTOLOAD =~ /DESTROY$/ | 
| 214 | 0 | 1 | if (my($method) = $symbol =~ /get_(.*)/) { } | 
| 1 | 0 | elsif (exists $$self{'_data'}{$symbol}) { } | |
| 216 | 0 | 0 | if (my $class = $h{$method}) | 
| 222 | 0 | 1 | $arg ? : |