| blib/lib/Data/Binder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 4 | 12 | 33.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 152 | 5 | 0 | 0 | ref $_[0] and ref $_[0]{'terms'} | 
| 159 | 1 | 0 | 0 | ref $value and $$binding{$term} != $value | 
| 0 | 1 | 0 | not ref $value and $$binding{$term} ne $value | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 87 | 0 | 1 | 0 | ref $proto || $proto |