Condition Coverage

blib/lib/Jorge/Generator/Model.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
69 0 0 0 $config{'_model'} and $config{'_fields'}
78 0 0 0 $field and $value

or 3 conditions

line l !l&&r !l&&!r condition
72 0 0 0 $config{'_plural'} || $config{'_model'} . 's'
82 0 0 0 grep {$_ eq $value;} @types or $its_a_class
118 0 0 0 $sql_types{lc $config{$_}} || 'INT(' . $int_lenght . ') NOT NULL '