Branch Coverage

blib/lib/Whelk/Schema.pm
Criterion Covered Total %
branch 12 16 75.0


line true false branch
17 107 11 unless defined $args
25 250 52 if (@input == 1) { }
26 0 250 unless ref $input[0]
32 0 52 unless @input == 2 and not ref $input[0] and ref $input[1]
39 48 250 if ($name)
43 0 48 if $registered{$self->name}
56 96 19 if $registered{$name}
66 0 48 unless $registered{$name}