Branch Coverage

blib/lib/Mojolicious/Plugin/AttributeMaker.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
81 0 0 $_[0] =~ /^'/ ? :
82 0 0 $_[0] =~ /'$/ ? :
83 0 0 $_[0] =~ /^\s+/ ? :
84 0 0 $_[0] =~ /\s+$/ ? :
89 0 0 if ($cleanattr =~ /(\w+)\((\N*)\)$/)
96 0 0 if (exists $$config{'attrs'}{$cleanattr}) { }
109 0 0 if @_ > 0 and blessed($_[0])
111 0 0 if $_[0]
132 0 0 if (@loaded)
141 0 0 if (not exists $$config{'attrs'}{$name}) { }
162 0 0 _is_loaded('Mojolicious::Lite') ? :
0 0 delete $$conf{'controllers'} || _is_loaded('Mojolicious::Lite') ? :
173 0 0 unless _is_loaded('Mojolicious::Lite')