On 18 Mar 2008, at 15:32, Philippe Bruhat (BooK) wrote:
The values I want to graph are computed as follow:
$ok = $p->actual_passed - $p->todo_passed - $p->skip;
$todo = $p->todo - $p->todo_passed;
$skip = $p->skipped;
$todo_ok = $p->todo_passed;
$not_ok = $p->failed;
$ok and $todo seem to me like fairly useful values, so please,
can we have accessors for these too?
You're right - they're currently a pretty perverse set of accessors :)
I'll add a more convenient interface for the next release.
--
Andy Armstrong, Hexten