Condition Coverage

blib/lib/Venus/Role/Buildable.pm
Criterion Covered Total %
condition 16 18 88.8


and 3 conditions

line !l l&&!r l&&r condition
26 12478 948 25 @args == 1 && ref $args[0] eq 'HASH' && !%{$args[0];}
29 11385 2065 1 $self->can("build_nil") and $present
34 8927 973 3551 @args == 1 && ref $args[0] ne 'HASH'
37 4 9896 3551 $self->can("build_arg") and $inflate
42 8927 4524 0 @args == 1 && ref $args[0] ne 'HASH'
45 10786 0 2665 $self->can("build_args") and not $ignore