Branch Coverage

blib/lib/WebAPI/DBIC/Resource/Role/SetInvoke.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
40 0 0 unless $self->request->header('Content-Type') =~ m[application/.*?json]
43 0 0 unless ref $invoke_body_data eq 'HASH'
47 0 0 if (my $args = delete $$invoke_body_data{'args'})
48 0 0 if ref $args ne 'ARRAY'
52 0 0 if keys %$invoke_body_data
61 0 0 if (blessed $result_raw and $result_raw->isa('DBIx::Class::ResultSet')) { }
0 0 elsif (blessed $result_raw and $result_raw->isa('DBIx::Class::Row')) { }
72 0 0 blessed $result_raw ? :