I see, NO TIME LIMIT isn't working. Will fix it.
No, it counts OPEN topics as described on its description:
Query:
$topics = \IPS\Db::i()->select( 'count(*)', 'forums_topics', array( "starter_id=? AND forum_id=? AND start_date>? AND state=?", \IPS\Member::loggedIn()->member_id, $container->id, $unit, 'open' ) )->first();
You can see the state = 'open'