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