| blib/lib/StatusBoard/Graph.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 8 | 26 | 30.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 25 | 0 | 1 | if %opts | 
| 84 | 0 | 0 | defined $$self{'__title'} ? : | 
| 91 | 0 | 0 | unless $self->has_title | 
| 109 | 0 | 1 | defined $$self{'__type'} ? : | 
| 116 | 0 | 0 | unless $self->has_type | 
| 143 | 0 | 1 | defined $$self{'__min_y_value'} ? : | 
| 150 | 0 | 0 | unless $self->has_min_y_value | 
| 168 | 0 | 1 | defined $$self{'__max_y_value'} ? : | 
| 175 | 0 | 0 | unless $self->has_max_y_value | 
| 183 | 0 | 1 | $self->has_type ? : | 
| 191 | 0 | 1 | if ($self->has_min_y_value) | 
| 195 | 0 | 1 | if ($self->has_max_y_value) | 
| 220 | 0 | 2 | $ds->has_color ? : |