Condition Coverage

blib/lib/Test/DBIx/Class/SchemaManager.pm
Criterion Covered Total %
condition 7 9 77.7


and 3 conditions

line !l l&&!r l&&r condition
293 12 1 3 not ref $args[0] and $args[0] =~ /^::/
7 6 0 ref $args[0] eq 'HASH' and $args[0]{'command'}

or 3 conditions

line l !l&&r !l&&!r condition
293 3 0 13 not ref $args[0] and $args[0] =~ /^::/ or ref $args[0] eq 'HASH' and $args[0]{'command'}