__CLOVER_153_0.S[3758]++;ClasspathResource scriptLocation =
(ClasspathResource) _externalScripts.get(i);
// This is still very awkward! Should move the code inside PrivateAsset somewhere
// else, so that an asset does not have to be created to to build the URL.
__CLOVER_153_0.S[3759]++;PrivateAsset asset = new PrivateAsset(scriptLocation, null);
__CLOVER_153_0.S[3760]++;String url = asset.buildURL(getPage().getRequestCycle());
// Note: important to use begin(), not beginEmpty(), because browser don't
// interpret <script .../> properly.
__CLOVER_153_0.S[3761]++;writer.begin("script");