Test Anything Protocol (TAP)
prev
|
next
Diagnostics
... # Failed test 'accessor is undef' # in t/mytest.t line 13. # got: '' # expected: undef ...
Allows tester to see what went wrong
Indicates what test failed and where