Condition Coverage

blib/lib/DBICx/AutoDoc.pm
Criterion Covered Total %
condition 1 30 3.3


or 2 conditions

line l !l condition
202 0 0 $class->_autodoc || {}
205 0 0 $relationships{$relname} ||= {}
217 0 0 $relationships{$name} ||= {}
280 0 0 $self->{'_simple_moniker_cache'} ||= {}
316 0 0 $self->{'_vars'} ||= {'autodoc', $self, 'dumper', sub { return DBICx::AutoDoc::dump(@_); } , 'simplify', sub { return $self->get_simple_moniker_for(@_); } , 'output_filename', sub { return $self->output_filename(@_); } , 'ENV', \%ENV, 'varlist', [@vars, 'ENV'], map({$_, $self->$_;} @vars)}
372 0 0 $self->schema->VERSION || 1

or 3 conditions

line l !l&&r !l&&!r condition
45 0 0 0 ref $schema or not $self->connect
60 0 0 0 ref $schema || $schema
68 0 0 0 $self->{'generated'} ||= localtime
219 0 0 0 $rel->{'name'} ||= $name
369 0 0 0 ref $self->schema || $self->schema
389 0 1 0 ref $self || $self