Branch Coverage

blib/lib/Business/Monzo/Client.pm
Criterion Covered Total %
branch 2 20 10.0


line true false branch
159 0 0 if $ENV{'MONZO_DEBUG'}
161 0 0 if $method =~ /GET/
167 0 0 $path =~ /^http/ ? :
170 0 0 if $ENV{'MONZO_DEBUG'}
173 0 0 if $ENV{'MONZO_DEBUG'}
180 0 0 if ($method =~ /POST|PUT|PATCH/i) { }
186 0 0 if ($tx->success) { }
188 0 0 if $ENV{'MONZO_DEBUG'}
196 0 0 if $ENV{'MONZO_DEBUG'}
209 1 3 if (my $query_params = $self->normalize_params($params))