Branch Coverage

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


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