Condition Coverage

blib/lib/DBIx/RoboQuery.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
57 2 66 1 exists $opts{'sql'} and exists $opts{'file'}

or 2 conditions

line l !l condition
105 8 5 $$self{'bind_params'} ||= []
225 2 17 $$self{'preferences'} ||= []
269 3 46 $vars ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
83 0 67 0 $$self{'tt'} ||= 'Template'->new({'ABSOLUTE', 1, 'STRICT', 1, 'VARIABLES', {'query', $self, %{$$self{'variables'};}}, %{{} unless $$self{'template_options'};}})
246 0 22 1 $$self{'resultset'} ||= do { (my $class = $$self{'resultset_class'}) =~ s/[^a-zA-Z0-9_:']+//g; eval "require $class"; die $@ if $@; $class->new($self) }