use Test::More tests => 2; TODO: { local $TODO = ' '; is(1,1,'Inside') and diag 'In'; } is(1,1,'Outside') and diag 'Out';