Branch Coverage

blib/lib/Class/GenSource.pm
Criterion Covered Total %
branch 14 26 53.8


line true false branch
63 0 2 if ($variant eq 'Mojo::Base')
64 0 0 $args{'parent'} ? :
66 0 2 if ($variant eq 'Mo') { }
1 1 elsif ($variant =~ /^(Moo|Moose|Mouse)$/) { }
72 0 2 if ($args{'parent'})
73 0 0 if ($variant =~ /^(Mo|Moo|Moose|Mouse)$/) { }
0 0 elsif ($variant eq 'classic') { }
80 1 1 if ($variant eq 'classic')
84 2 1 if (exists $$spec{'default'})
94 0 6 if ($variant =~ /^(Mojo::Base)$/) { }
3 3 elsif ($variant =~ /^(Mo|Moo|Moose|Mouse)$/) { }
95 0 0 exists $$spec{'default'} ? :
101 2 1 exists $$spec{'default'} ? :