Branch Coverage

blib/lib/Wikibase/Datatype/Print/Value.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
24 1 43 unless ($obj->isa("Wikibase::Datatype::Value"))
30 1 42 if ($type eq 'globecoordinate') { }
17 25 elsif ($type eq 'item') { }
1 24 elsif ($type eq 'monolingualtext') { }
1 23 elsif ($type eq 'property') { }
1 22 elsif ($type eq 'quantity') { }
17 5 elsif ($type eq 'string') { }
4 1 elsif ($type eq 'time') { }