| blib/lib/Attean/TripleModel.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 18 | 44.4 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 97 | 7 | 0 | 0 | &blessed($g) and $g->does("Attean::API::IRI") | 
| 174 | 0 | 18 | 5 | &blessed($g) and $g->does("Attean::API::IRI") | 
| 0 | 0 | 18 | &blessed($g) and $g->does("Attean::API::Variable") | |
| 190 | 0 | 0 | 0 | &blessed($g) && $g->can('as_string') | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 144 | 42 | 46 | 0 | $nodes[$i] // "Attean::Variable"->new | 
| 145 | 0 | 83 | 5 | not ref $t or &reftype($t) ne "ARRAY" |