blib/lib/Ado/Model.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 10 | 40.0 |
line | l | !l | condition |
---|---|---|---|
51 | 0 | 2 | 'DBIx::Simple::Class::Schema'->dbix($class->dbix) && 1 |
line | l | !l | condition |
---|---|---|---|
55 | 2 | 0 | $args->{'type'} || q['TABLE','VIEW'] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
19 | 437 | 0 | 0 | ($_[1] ? $DBIx = $_[1] : $DBIx) || Carp::croak('DBIx::Simple is not instantiated. Please first do ' . $_[0] . '->dbix(DBIx::Simple->connect($DSN,$u,$p,{...})') |
45 | 2 | 0 | 0 | $args->{'namespace'} //= $class |