NAME
Test::Run::Obj::TotObj - totals encountered for the entire Test::Run session
DESCRIPTION
Inherits from Test::Run::Base::Struct.
METHODS
$self->add($field, $diff)
Adds the difference $diff to the slot $field, assuming it is a counter field.
$self->inc($field)
Increments the field $field by 1.
SEE ALSO
Test::Run::Base::Struct, Test::Run::Obj, Test::Run::Core
LICENSE
This file is freely distributable under the MIT X11 license.
AUTHOR
Shlomi Fish, http://www.shlomifish.org/.