blib/lib/Geoffrey/Role/Action.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 20 | 24 | 83.3 |
line | true | false | branch |
---|---|---|---|
14 | 1 | 183 | unless ($self->{'converter'}) |
47 | 83 | 44 | unless defined $dryrun |
54 | 111 | 323 | unless defined $for_table |
61 | 15 | 30 | if $self->dryrun |
63 | 1 | 29 | unless $self->dbh |
64 | 3 | 26 | unless $self->dbh->do($s_sql) |
70 | 0 | 17 | unless $s_sql |
71 | 3 | 14 | if $self->dryrun |
73 | 0 | 14 | unless $self->dbh |
80 | 1 | 8 | if $self->dryrun |
82 | 0 | 8 | unless my $obj_prepared_statement = $self->dbh->prepare($s_sql) |
83 | 0 | 8 | unless $obj_prepared_statement->execute(@{$ar_values;}) |