blib/lib/Class/Tangram/Generator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 19 | 26.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
74 | 3 | 0 | 0 | blessed $_ and $_->isa('Class::Tangram::Generator') |
167 | 8 | 0 | 1 | $@ and not $@ =~ /^Can't locate \Q$filename.pm\E/ |
252 | 0 | 0 | 0 | not $$self{'fh'} and $$self{'source'} |
261 | 0 | 0 | 0 | $$self{'state'} =~ /Package/ and $$self{'fh'} |
line | l | !l | condition |
---|---|---|---|
45 | 0 | 3 | $$self{'_schema'}{'Base'} || shift @_ || 'Class::Tangram' |
52 | 3 | 0 | $$self{'_schema'}{'classes'} || $$self{'_schema'}{'Schema'}{'classes'} || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
29 | 0 | 0 | 0 | not ref $_ or refaddr $_ ne refaddr $self |