| blib/lib/JE/Object/Boolean.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 10 | 10 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 60 | 19 | 2 | defined blessed($val) && $val->can('to_boolean') ? : | 
| 21 | 5 | defined $val ? : | |
| 89 | 7 | 1 | defined $_[0] ? : | 
| 118 | 3 | 14 | unless $self->class eq 'Boolean' | 
| 142 | 3 | 23 | unless $self->class eq 'Boolean' |