| blib/lib/Bot/Backbone.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 8 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 33 | 3 | 9 | if ($class_name =~ s/^\.//) { } |
| 0 | 9 | elsif ($class_name =~ s/^=//) { } | |
| 68 | 9 | 0 | if (my $service_meta = Moose::Util::find_meta($class_name)) |
| 69 | 0 | 9 | if $service_meta->isa('Bot::Backbone::Meta::Class::Service') and $service_meta->has_bot_roles |