Branch Coverage

blib/lib/Mojolicious/Plugin/DevexpressHelpers/Helpers.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
44 1 6 if (ref $v eq 'SCALAR') { }
6 0 elsif (not $v =~ /^\s*(?:function\s*\()/u) { }
56 1 2 if defined $extensions
71 2 1 if (my $args = shift())
72 2 0 if (ref $args eq 'HASH')
97 1 0 if (ref $$attrs{'dataSource'} eq '')
111 0 3 unless my $dxhelper = $c->stash('dxHelper')
112 3 0 if ($$dxhelper{'bindings'})