Branch Coverage

blib/lib/IMDB/Local/DB.pm
Criterion Covered Total %
branch 0 42 0.0


line true false branch
84 0 0 unless (-f $self->database)
89 0 0 if ($c)
92 0 0 if ($c and $initIt == 1)
93 0 0 if ($self->driver eq 'SQLite')
116 0 0 if $stmt =~ /^\s*$/o
118 0 0 unless ($self->runSQL($stmt))
134 0 0 if (not defined $table or $table eq 'Titles')
139 0 0 if (not defined $table or $table eq 'Directors')
143 0 0 if (not defined $table or $table eq 'Actors')
150 0 0 if (not defined $table or $table eq 'Genres')
153 0 0 if (not defined $table or $table eq 'Ratings')
156 0 0 if (not defined $table or $table eq 'Keywords')
159 0 0 if (not defined $table or $table eq 'Plots')
169 0 0 if (not defined $table or $table eq 'Titles')
174 0 0 if (not defined $table or $table eq 'Directors')
178 0 0 if (not defined $table or $table eq 'Actors')
185 0 0 if (not defined $table or $table eq 'Genres')
188 0 0 if (not defined $table or $table eq 'Ratings')
191 0 0 if (not defined $table or $table eq 'Keywords')
194 0 0 if (not defined $table or $table eq 'Plots')
243 0 0 unless (@punctuation)