Branch Coverage

blib/lib/Web/Machine/Util/ContentNegotiation.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
36 7 7 &blessed($to_match) ? :
37 12 2 if (my $acceptable = &first(sub { $content_type->match(pair_key($_)); } , @$accepted))
45 2 26 if scalar @$provided == 0
51 1 26 if scalar @$provided == 0
52 35 8 ref $_ ? :