Branch Coverage

blib/lib/Lingua/EN/Inflexion/Verbs.pm
Criterion Covered Total %
branch 41 58 70.6


line true false branch
2987 853 2817 if exists $plural_of->{$word}
2988 0 2817 if exists $$plural_of{lc $word}
2989 2609 208 if is_plural($word)
3096 223 314 if exists $singular_of->{$word}
3097 0 314 if exists $$singular_of{lc $word}
3098 262 52 if is_singular($word)
3205 812 260 if exists $past_of->{$word}
3206 0 260 if exists $$past_of{lc $word}
3207 106 154 if is_past($word)
3411 865 158 if exists $pres_part_of->{$word}
3412 0 158 if exists $$pres_part_of{lc $word}
3413 52 106 if is_pres_part($word)
3615 870 212 if exists $past_part_of->{$word}
3616 0 212 if exists $$past_part_of{lc $word}
3617 106 106 if is_past_part($word)
3819 2341 740 if exists $is_plural->{$word}
3820 0 740 if exists $$is_plural{lc $word}
3821 0 740 if exists $is_singular->{$word}
3822 0 740 if exists $$is_singular{lc $word}
3929 422 106 if exists $is_singular->{$word}
3930 0 106 if exists $$is_singular{lc $word}
3931 0 106 if exists $is_plural->{$word}
3932 0 106 if exists $$is_plural{lc $word}
4039 0 260 if exists $is_past->{$word}
4040 0 260 if exists $$is_past{lc $word}
4146 0 158 if exists $is_pres_part->{$word}
4147 0 158 if exists $$is_pres_part{lc $word}
4252 0 212 if exists $is_past_part->{$word}
4253 0 212 if exists $$is_past_part{lc $word}