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))
133 0 0 if (not defined $table or $table eq 'Titles')
138 0 0 if (not defined $table or $table eq 'Directors')
142 0 0 if (not defined $table or $table eq 'Actors')
149 0 0 if (not defined $table or $table eq 'Genres')
152 0 0 if (not defined $table or $table eq 'Ratings')
155 0 0 if (not defined $table or $table eq 'Keywords')
158 0 0 if (not defined $table or $table eq 'Plots')
168 0 0 if (not defined $table or $table eq 'Titles')
173 0 0 if (not defined $table or $table eq 'Directors')
177 0 0 if (not defined $table or $table eq 'Actors')
184 0 0 if (not defined $table or $table eq 'Genres')
187 0 0 if (not defined $table or $table eq 'Ratings')
190 0 0 if (not defined $table or $table eq 'Keywords')
193 0 0 if (not defined $table or $table eq 'Plots')
242 0 0 unless (@punctuation)