Condition Coverage

blib/lib/DBIx/Class/AccessorGroup.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
77 0 461 4234 defined $class and length $class
461 1 4233 defined $class and length $class and not defined &blessed($class)
462 3864 369 defined $class and length $class and not defined &blessed($class) and not ${"${class}::__LOADED__BY__DBIC__CAG__COMPONENT_CLASS__";}

or 3 conditions

line l !l&&r !l&&!r condition
50 82738 0 0 $class->can($acc_name) || Carp::confess("Accessor '${acc_name}' we just created on $class can't be found...?")