Branch Coverage

blib/lib/Log/Dispatch/Channels.pm
Criterion Covered Total %
branch 14 14 100.0


line true false branch
30 1 12 if exists $$self{'channels'}{$name}
49 4 19 ref $channels ? :
10 23 !defined($channels) ? :
58 56 1 if (exists $$self{'channels'}{$channel}) { }
75 1 17 if exists $$self{'outputs'}{$output->name}
143 12 1 if exists $$self{'outputs'}{$name}
152 10 1 if exists $$self{'channels'}{$name}