blib/lib/DTL/Fast/Entity.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 22 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
71 | 0 | 0 | 12 | exists $context->{'ns'}[-1]{'_dtl_include_path'} and ref $context->{'ns'}[-1]{'_dtl_include_path'} eq 'ARRAY' |
0 | 10 | 2 | exists $context->{'ns'}[-1]{'_dtl_include_path'} and ref $context->{'ns'}[-1]{'_dtl_include_path'} eq 'ARRAY' and scalar @{$context->{'ns'}[-1]{'_dtl_include_path'};} > 1 |
line | l | !l | condition |
---|---|---|---|
40 | 18 | 0 | $message // 'undef' |
52 | 12 | 0 | $message // 'undef' |
65 | 12 | 0 | $message // 'undef' |
102 | 151 | 0 | shift @messages // 'undef' |
103 | 151 | 0 | shift @messages // 'undef' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
12 | 0 | 8071 | 0 | ref $proto || $proto |
14 | 26 | 8045 | 0 | $proto->VERSION // 'DTL::Fast'->VERSION |