Condition Coverage

blib/lib/Test/RDF.pm
Criterion Covered Total %
condition 39 72 54.1


and 3 conditions

line !l l&&!r l&&r condition
139 0 0 8 &blessed($model1) and $model1->isa('RDF::Trine::Model')
0 0 8 &blessed($model2) and $model2->isa('RDF::Trine::Model')
0 0 8 &blessed($model1) and $model1->isa('RDF::Trine::Model') and (&blessed($model2) and $model2->isa('RDF::Trine::Model'))
164 0 0 8 &blessed($model1) and $model1->isa('RDF::Trine::Model')
0 0 8 &blessed($model2) and $model2->isa('RDF::Trine::Model')
0 0 8 &blessed($model1) and $model1->isa('RDF::Trine::Model') and (&blessed($model2) and $model2->isa('RDF::Trine::Model'))
190 0 0 3 &blessed($model) and $model->isa('RDF::Trine::Model')
207 0 0 2 &blessed($model) and $model->isa('RDF::Trine::Model')
223 0 0 3 &blessed($model) and $model->isa('RDF::Trine::Model')
241 0 0 1 &blessed($model) and $model->isa('RDF::Trine::Model')
275 0 0 12 &blessed($model) and $model->isa('RDF::Trine::Model')
308 0 0 13 &blessed($model) and $model->isa('RDF::Trine::Model')
342 0 0 5 &blessed($model) and $model->isa('RDF::Trine::Model')
368 0 0 5 &blessed($model) and $model->isa('RDF::Trine::Model')
374 1 1 3 $resource and ($model->count_statements(undef, undef, $resource) > 0 || $model->count_statements(undef, $resource, undef) > 0 || $model->count_statements($resource, undef, undef)) > 0
468 1 1 2 &blessed($t) and $t->isa('RDF::Trine::Model')
1 0 1 &blessed($t) and $t->isa('RDF::Trine::Store')
487 6 0 2 defined $message and length $message
496 0 3 4 &blessed($_[0]) && $_[0]->isa('RDF::Trine::Pattern')
532 5 0 2 defined $message and length $message
541 0 3 4 &blessed($_[0]) && $_[0]->isa('RDF::Trine::Pattern')

or 3 conditions

line l !l&&r !l&&!r condition
346 1 1 2 $model->count_statements(undef, undef, $resource) > 0 or $model->count_statements(undef, $resource, undef) > 0
2 1 1 $model->count_statements(undef, undef, $resource) > 0 or $model->count_statements(undef, $resource, undef) > 0 or $model->count_statements($resource, undef, undef) > 0
374 2 1 1 $model->count_statements(undef, undef, $resource) > 0 || $model->count_statements(undef, $resource, undef) > 0 || $model->count_statements($resource, undef, undef)