Branch Coverage

blib/lib/Attean/TermMap.pm
Criterion Covered Total %
branch 15 16 93.7


line true false branch
76 53 7 unless $term->does("Attean::API::Literal")
78 1 6 if ($term->does("Attean::API::CanonicalizingLiteral"))
80 0 1 $@ ? :
98 8 6 unless $term->does("Attean::API::Blank")
100 2 4 if defined $map{$id}
122 8 6 unless $term->does("Attean::API::Blank")
124 2 4 if (defined(my $t = $map{$id})) { }
147 27 42 if exists $$map{$term->as_string}